diff src/aim.c @ 535:f03f041c1aa9

[gaim-migrate @ 545] fflewddur wrote a really cool patch to make buttons borderless, like the buttons in winaim. of course, unlike winaim, it's optional. :) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 27 Jul 2000 17:48:15 +0000
parents 1181582366f5
children e312b8b9bee5
line wrap: on
line diff
--- a/src/aim.c	Thu Jul 27 17:41:36 2000 +0000
+++ b/src/aim.c	Thu Jul 27 17:48:15 2000 +0000
@@ -356,6 +356,15 @@
 
         gtk_combo_set_popdown_strings(GTK_COMBO(name), combo_user_names());
 
+	if (display_options & OPT_DISP_COOL_LOOK)
+	{
+		gtk_button_set_relief(GTK_BUTTON(signon), GTK_RELIEF_NONE);
+		gtk_button_set_relief(GTK_BUTTON(cancel), GTK_RELIEF_NONE);
+		gtk_button_set_relief(GTK_BUTTON(reg), GTK_RELIEF_NONE);
+		gtk_button_set_relief(GTK_BUTTON(options), GTK_RELIEF_NONE);
+		gtk_button_set_relief(GTK_BUTTON(plugs), GTK_RELIEF_NONE);
+	}
+
 	/* Make the buttons do stuff */
 	/* Clicking the button initiates a login */
 	gtk_signal_connect(GTK_OBJECT(signon), "clicked",