Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv20704/src
Modified Files:
dialogs.c
Log Message:
the sizing now commented out caused part of the word "cacnel" to be cut off.
Index: dialogs.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/dialogs.c,v
retrieving revision 1.367
retrieving revision 1.368
diff -u -d -r1.367 -r1.368
--- dialogs.c 30 Oct 2002 00:50:11 -0000 1.367
+++ dialogs.c 30 Oct 2002 01:58:13 -0000 1.368
@@ -2924,10 +2924,10 @@
b->ok = picture_button(c->link_dialog, _("OK"), ok_xpm);
b->cancel = picture_button(c->link_dialog, _("Cancel"), cancel_xpm);
-
+/*
gtk_widget_set_usize(b->ok, 75, 30);
gtk_widget_set_usize(b->cancel, 75, 30);
-
+*/
gtk_box_pack_start(GTK_BOX(bbox), b->ok, FALSE, FALSE, 10);
gtk_box_pack_end(GTK_BOX(bbox), b->cancel, FALSE, FALSE, 10);
gtk_widget_show(bbox);
|