diff src/about.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 023c3851db0a
children 94ab4e2ea247
line wrap: on
line diff
--- a/src/about.c	Thu Jul 27 17:41:36 2000 +0000
+++ b/src/about.c	Thu Jul 27 17:48:15 2000 +0000
@@ -114,7 +114,10 @@
                                           GTK_SIGNAL_FUNC(destroy_about), GTK_OBJECT(about));
                 gtk_signal_connect(GTK_OBJECT(about), "destroy",
                                    GTK_SIGNAL_FUNC(destroy_about), GTK_OBJECT(about));
- 
+ 		
+ 		if (display_options & OPT_DISP_COOL_LOOK)
+ 			gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE);
+ 			
 		GTK_WIDGET_SET_FLAGS(button, GTK_CAN_DEFAULT);
 		gtk_box_pack_start(GTK_BOX(vbox), button, TRUE, FALSE, 0);
 		gtk_widget_grab_default(button);