diff src/buddy_chat.c @ 845:647b110f7a1a

[gaim-migrate @ 855] yay committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 06 Sep 2000 20:29:31 +0000
parents fae1d64b0278
children 3de6e98e8898
line wrap: on
line diff
--- a/src/buddy_chat.c	Wed Sep 06 19:51:51 2000 +0000
+++ b/src/buddy_chat.c	Wed Sep 06 20:29:31 2000 +0000
@@ -764,7 +764,7 @@
 	GtkWidget *parent = button->parent;
 	gtk_widget_destroy(button);
 	button = picture_button2(win, text, xpm, dispstyle);
-	gtk_box_pack_start(GTK_BOX(parent), button, TRUE, TRUE, 5);
+	gtk_box_pack_start(GTK_BOX(parent), button, dispstyle, dispstyle, 5);
 	gtk_widget_show(button);
 	return button;
 }