# HG changeset patch # User Luke Schierer # Date 1093399478 0 # Node ID ce03c2646a40faa87b458efd9f738311b9342b69 # Parent 68561f39acdc63e821278ee4a9387548fa0f2f92 [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 diff -r 68561f39acdc -r ce03c2646a40 src/protocols/msn/msn.c --- 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); + */ } /**************************************************************************