comparison libpurple/protocols/jabber/presence.c @ 32827:4a34689eeb33 default tip

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Nov 2011 14:42:54 +0900
parents 2ec94166be43
children
comparison
equal deleted inserted replaced
32692:0f94ec89f0bc 32827:4a34689eeb33
457 457
458 if (data) 458 if (data)
459 hash = jabber_calculate_data_hash(data, size, "sha1"); 459 hash = jabber_calculate_data_hash(data, size, "sha1");
460 } 460 }
461 461
462 purple_buddy_icons_set_for_user(js->gc->account, from, data, size, hash); 462 purple_buddy_icons_set_for_user(purple_connection_get_account(js->gc), from, data, size, hash);
463 463
464 g_free(hash); 464 g_free(hash);
465 } 465 }
466 } 466 }
467 } 467 }