Mercurial > pidgin
diff src/dialogs.c @ 3320:26130b6a04db
[gaim-migrate @ 3338]
Added Mozilla as a browser, and changed KFM to Konqueror.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Mon, 17 Jun 2002 00:10:34 +0000 |
| parents | 3a05fcb133c4 |
| children | a6367446950d |
line wrap: on
line diff
--- a/src/dialogs.c Sun Jun 16 20:03:31 2002 +0000 +++ b/src/dialogs.c Mon Jun 17 00:10:34 2002 +0000 @@ -4285,9 +4285,9 @@ button_box = gtk_hbox_new(FALSE, 0); gtk_container_add(GTK_CONTAINER(button), button_box); - button_box_2 = gtk_vbox_new(TRUE, 0); - - gtk_box_pack_start(GTK_BOX(button_box), button_box_2, FALSE, FALSE, 0); + button_box_2 = gtk_vbox_new(FALSE, 0); + + gtk_box_pack_start(GTK_BOX(button_box), button_box_2, TRUE, TRUE, 0); gtk_widget_show(button_box_2); gtk_widget_show(button_box); if (dispstyle == 2 || dispstyle == 0) {
