Mercurial > pidgin
changeset 9643:b8aee06adc83
[gaim-migrate @ 10491]
Remove the old right-click->Send File buddy list option for AIM
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 02 Aug 2004 03:38:07 +0000 |
parents | 8901ef16f310 |
children | d54f14237255 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Mon Aug 02 03:33:00 2004 +0000 +++ b/src/protocols/oscar/oscar.c Mon Aug 02 03:38:07 2004 +0000 @@ -6802,11 +6802,6 @@ m = g_list_append(m, act); } #if 0 - if (userinfo->capabilities & AIM_CAPS_SENDFILE) { - act = gaim_blist_node_action_new(_("Send File"), - oscar_ask_sendfile, NULL); - m = g_list_append(m, act); - } if (userinfo->capabilities & AIM_CAPS_GETFILE) { act = gaim_blist_node_action_new(_("Get File"), oscar_ask_getfile, NULL);