Mercurial > pidgin
changeset 9862:ce03c2646a40
[gaim-migrate @ 10741]
shx says this function is the cause of the failure to recognize msn in
current cvs, and should be removed after string freeze is over
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 25 Aug 2004 02:04:38 +0000 |
parents | 68561f39acdc |
children | 0e3a84f18467 |
files | src/protocols/msn/msn.c |
diffstat | 1 files changed, 10 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/msn.c Wed Aug 25 01:45:41 2004 +0000 +++ b/src/protocols/msn/msn.c Wed Aug 25 02:04:38 2004 +0000 @@ -379,15 +379,16 @@ static void update_buddy_icon_cb(GaimBlistNode *node, gpointer ignored) { - GaimBuddy *buddy; - GaimConnection *gc; - - g_return_if_fail(GAIM_BLIST_NODE_IS_BUDDY(node)); - - buddy = (GaimBuddy *) node; - gc = gaim_account_get_connection(buddy->account); - - msn_request_buddy_icon(gc, buddy->name); +/* GaimBuddy *buddy; + * GaimConnection *gc; + * + * g_return_if_fail(GAIM_BLIST_NODE_IS_BUDDY(node)); + * + * buddy = (GaimBuddy *) node; + * gc = gaim_account_get_connection(buddy->account); + * + * msn_request_buddy_icon(gc, buddy->name); + */ } /**************************************************************************