--- a/src/dialogs.c Fri Sep 15 16:51:31 2000 +0000 +++ b/src/dialogs.c Fri Sep 15 18:24:32 2000 +0000 @@ -777,7 +777,7 @@ add_buddy(grp, who, NULL); if (c != NULL) { - gboolean dispstyle = (display_options & OPT_DISP_CONV_SHOW_TEXT) ? TRUE : FALSE; + int dispstyle = set_dispstyle(0); GtkWidget *parent = c->add->parent; gtk_widget_destroy(c->add); c->add = picture_button2(c->window, _("Remove"), gnome_remove_xpm, dispstyle);