src/buddy_chat.c

changeset 845
6e0bd2401bed
parent 844
1f9956df0673
child 858
e514a22143a3
--- 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;
 }

mercurial