Mercurial > pidgin
changeset 10223:57d09e74d9ba
[gaim-migrate @ 11353]
[22:20] <arhart> I think the recent gtkconv.c commit to HEAD has gtk_new_item_from_stock where gaim_new_item_from_stock is meant.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Sun, 21 Nov 2004 04:23:13 +0000 |
parents | 224c9f244a3a |
children | ef7f9e69f03e |
files | src/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.c Sat Nov 20 22:51:15 2004 +0000 +++ b/src/gtkconv.c Sun Nov 21 04:23:13 2004 +0000 @@ -1438,7 +1438,7 @@ if (gc && prpl_info && prpl_info->send_file && (!prpl_info->can_receive_file || prpl_info->can_receive_file(gc, who))) { - button = gtk_new_item_from_stock(menu, _("Send File"), + button = gaim_new_item_from_stock(menu, _("Send File"), GAIM_STOCK_FILE_TRANSFER, G_CALLBACK(menu_chat_send_file_cb), conv, 0, 0, NULL); g_object_set_data(G_OBJECT(button), "user_data", who);