--- 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; }