changeset 770:172c5cf98dfa

[gaim-migrate @ 780] buttons with borders... buttons without borders... it's a preference. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 25 Aug 2000 22:09:34 +0000
parents c075cf268129
children 72e556f6b99d
files src/util.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/util.c	Fri Aug 25 22:03:29 2000 +0000
+++ b/src/util.c	Fri Aug 25 22:09:34 2000 +0000
@@ -968,8 +968,6 @@
 		gtk_box_pack_end(GTK_BOX(button_box_2), label, FALSE, FALSE, 0);
 	}
 
-	gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE);
-	
 	gtk_widget_show(pixmap);
 	gtk_widget_show(button_box_2);
 	gtk_widget_show(button_box);