# HG changeset patch # User Todd Kulesza # Date 966659572 0 # Node ID 012bf218a6555bbe5d75adc4d2868215c3f64d2b # Parent 79d47a292bf5fb975c9f8ff425e641ff43d06fed [gaim-migrate @ 736] small cosmetic improvement committer: Tailor Script diff -r 79d47a292bf5 -r 012bf218a655 src/util.c --- a/src/util.c Sat Aug 19 00:37:40 2000 +0000 +++ b/src/util.c Sat Aug 19 04:32:52 2000 +0000 @@ -928,7 +928,8 @@ gtk_widget_show(button_box_3); gtk_widget_show(button_box); - gtk_widget_set_usize(button, 75, 30); +/* this causes clipping on lots of buttons with long text */ +/* gtk_widget_set_usize(button, 75, 30);*/ gtk_widget_show(button); gdk_pixmap_unref(pm);