comparison 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
comparison
equal deleted inserted replaced
616:874ed877c854 617:50f7a0bc76fc
914 914
915 label = gtk_label_new(text); 915 label = gtk_label_new(text);
916 gtk_box_pack_end(GTK_BOX(button_box), label, FALSE, FALSE, 2); 916 gtk_box_pack_end(GTK_BOX(button_box), label, FALSE, FALSE, 2);
917 gtk_widget_show(label); 917 gtk_widget_show(label);
918 918
919 gtk_widget_set_usize(button, 75, 30);
920
921 return button; 919 return button;
922 } 920 }