Mercurial > pidgin.yaz
diff src/conversation.c @ 756:c5f455b6f79a
[gaim-migrate @ 766]
Fixed a small bug with text not always displaying when it should.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Thu, 24 Aug 2000 17:55:04 +0000 |
parents | bcae3ff49680 |
children | c075cf268129 |
line wrap: on
line diff
--- a/src/conversation.c Thu Aug 24 17:44:09 2000 +0000 +++ b/src/conversation.c Thu Aug 24 17:55:04 2000 +0000 @@ -426,7 +426,7 @@ remove_buddy(find_group_by_buddy(c->name), find_buddy(c->name)); build_edit_tree(); gtk_widget_destroy(c->add_button); - c->add_button = picture_button(c->window, NULL, gnome_add_xpm); + c->add_button = picture_button2(c->window, _("Add"), gnome_add_xpm, display_options & OPT_DISP_CONV_SHOW_TEXT); gtk_signal_connect(GTK_OBJECT(c->add_button), "clicked", GTK_SIGNAL_FUNC(add_callback), c); gtk_box_pack_end(GTK_BOX(parent), c->add_button, FALSE, FALSE, 0); gtk_box_reorder_child(GTK_BOX(parent), c->add_button, 1);