# HG changeset patch # User Eric Warmenhoven # Date 973767264 0 # Node ID 3819a5a377b2f23267bd009af6646ce0f4f8eee8 # Parent 7221054ad2b1241b603fc3b802ec3accf1bf4da3 [gaim-migrate @ 1088] ha, aren't i stupid committer: Tailor Script diff -r 7221054ad2b1 -r 3819a5a377b2 src/conversation.c --- a/src/conversation.c Wed Nov 08 11:40:11 2000 +0000 +++ b/src/conversation.c Thu Nov 09 10:54:24 2000 +0000 @@ -1611,10 +1611,9 @@ gtk_widget_destroy(c->add); if (c->gc && find_buddy(c->gc, c->name)) { - /* remove */ c->add = picture_button2(c->window, _("Remove"), gnome_remove_xpm, dispstyle); } else { - c->add = picture_button2(c->window, _("Add"), gnome_remove_xpm, dispstyle); + c->add = picture_button2(c->window, _("Add"), gnome_add_xpm, dispstyle); } gtk_signal_connect(GTK_OBJECT(c->add), "clicked", GTK_SIGNAL_FUNC(add_callback), c); gtk_box_pack_end(GTK_BOX(parent), c->add, dispstyle, dispstyle, 0);