comparison src/protocols/msn/msn.c @ 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 c28d5b45624e
children 1dfebce5eac9
comparison
equal deleted inserted replaced
9861:68561f39acdc 9862:ce03c2646a40
377 } 377 }
378 378
379 static void 379 static void
380 update_buddy_icon_cb(GaimBlistNode *node, gpointer ignored) 380 update_buddy_icon_cb(GaimBlistNode *node, gpointer ignored)
381 { 381 {
382 GaimBuddy *buddy; 382 /* GaimBuddy *buddy;
383 GaimConnection *gc; 383 * GaimConnection *gc;
384 384 *
385 g_return_if_fail(GAIM_BLIST_NODE_IS_BUDDY(node)); 385 * g_return_if_fail(GAIM_BLIST_NODE_IS_BUDDY(node));
386 386 *
387 buddy = (GaimBuddy *) node; 387 * buddy = (GaimBuddy *) node;
388 gc = gaim_account_get_connection(buddy->account); 388 * gc = gaim_account_get_connection(buddy->account);
389 389 *
390 msn_request_buddy_icon(gc, buddy->name); 390 * msn_request_buddy_icon(gc, buddy->name);
391 */
391 } 392 }
392 393
393 /************************************************************************** 394 /**************************************************************************
394 * Protocol Plugin ops 395 * Protocol Plugin ops
395 **************************************************************************/ 396 **************************************************************************/