diff src/util.c @ 617:50f7a0bc76fc

[gaim-migrate @ 627] part ][ of a serious code reduction thanx to eric's picture_button() call committer: Tailor Script <tailor@pidgin.im>
author Todd Kulesza <fflewddur>
date Sat, 05 Aug 2000 06:35:50 +0000
parents 9b0717b4a490
children faa7603ae02e
line wrap: on
line diff
--- a/src/util.c	Sat Aug 05 05:35:24 2000 +0000
+++ b/src/util.c	Sat Aug 05 06:35:50 2000 +0000
@@ -916,7 +916,5 @@
 	gtk_box_pack_end(GTK_BOX(button_box), label, FALSE, FALSE, 2);
 	gtk_widget_show(label);
 
-	gtk_widget_set_usize(button, 75, 30);
-
 	return button;
 }