comparison src/dialogs.c @ 915:378c862a2381

[gaim-migrate @ 925] bmiller is damn cool. he did everything i asked for, the next day even. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 15 Sep 2000 18:24:32 +0000
parents 9f2afe5faed5
children f6aa60716419
comparison
equal deleted inserted replaced
914:215fe9039ae1 915:378c862a2381
775 c = find_conversation(who); 775 c = find_conversation(who);
776 776
777 add_buddy(grp, who, NULL); 777 add_buddy(grp, who, NULL);
778 778
779 if (c != NULL) { 779 if (c != NULL) {
780 gboolean dispstyle = (display_options & OPT_DISP_CONV_SHOW_TEXT) ? TRUE : FALSE; 780 int dispstyle = set_dispstyle(0);
781 GtkWidget *parent = c->add->parent; 781 GtkWidget *parent = c->add->parent;
782 gtk_widget_destroy(c->add); 782 gtk_widget_destroy(c->add);
783 c->add = picture_button2(c->window, _("Remove"), gnome_remove_xpm, dispstyle); 783 c->add = picture_button2(c->window, _("Remove"), gnome_remove_xpm, dispstyle);
784 gtk_signal_connect(GTK_OBJECT(c->add), "clicked", GTK_SIGNAL_FUNC(add_callback), c); 784 gtk_signal_connect(GTK_OBJECT(c->add), "clicked", GTK_SIGNAL_FUNC(add_callback), c);
785 gtk_box_pack_end(GTK_BOX(parent), c->add, dispstyle, dispstyle, 0); 785 gtk_box_pack_end(GTK_BOX(parent), c->add, dispstyle, dispstyle, 0);