comparison src/dialogs.c @ 754:bcae3ff49680

[gaim-migrate @ 764] You can now optionally tell gaim to display text in the convo window buttons. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 24 Aug 2000 17:37:25 +0000
parents a022b57ed84a
children c5f455b6f79a
comparison
equal deleted inserted replaced
753:cd62f69d187e 754:bcae3ff49680
780 add_buddy(grp, who, NULL); 780 add_buddy(grp, who, NULL);
781 781
782 if (c != NULL) { 782 if (c != NULL) {
783 GtkWidget *parent = c->add_button->parent; 783 GtkWidget *parent = c->add_button->parent;
784 gtk_widget_destroy(c->add_button); 784 gtk_widget_destroy(c->add_button);
785 c->add_button = picture_button2(c->window, NULL, gnome_remove_xpm); 785 c->add_button = picture_button(c->window, NULL, gnome_remove_xpm);
786 gtk_signal_connect(GTK_OBJECT(c->add_button), "clicked", GTK_SIGNAL_FUNC(add_callback), c); 786 gtk_signal_connect(GTK_OBJECT(c->add_button), "clicked", GTK_SIGNAL_FUNC(add_callback), c);
787 gtk_box_pack_end(GTK_BOX(parent), c->add_button, FALSE, FALSE, 0); 787 gtk_box_pack_end(GTK_BOX(parent), c->add_button, FALSE, FALSE, 0);
788 gtk_box_reorder_child(GTK_BOX(parent), c->add_button, 1); 788 gtk_box_reorder_child(GTK_BOX(parent), c->add_button, 1);
789 gtk_widget_show(c->add_button); 789 gtk_widget_show(c->add_button);
790 } 790 }