diff src/dialogs.c @ 3319:3a05fcb133c4

[gaim-migrate @ 3337] No UI for this (yet)... but plugins can use it. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 16 Jun 2002 20:03:31 +0000
parents 5456065a16a8
children 26130b6a04db
line wrap: on
line diff
--- a/src/dialogs.c	Sun Jun 16 17:14:28 2002 +0000
+++ b/src/dialogs.c	Sun Jun 16 20:03:31 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(FALSE, 0);
-
-	gtk_box_pack_start(GTK_BOX(button_box), button_box_2, TRUE, TRUE, 0);
+	button_box_2 = gtk_vbox_new(TRUE, 0);
+
+	gtk_box_pack_start(GTK_BOX(button_box), button_box_2, FALSE, FALSE, 0);
 	gtk_widget_show(button_box_2);
 	gtk_widget_show(button_box);
 	if (dispstyle == 2 || dispstyle == 0) {