comparison src/blist.c @ 9926:b23e70bd1215

[gaim-migrate @ 10818] remove some code duplication, add some code duplication, make these functions accessable to other stuff, and apparently a random whitespace cleanup committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 01 Sep 2004 00:48:38 +0000
parents 904b757835ca
children fb08a0973b3e
comparison
equal deleted inserted replaced
9925:4e7590473515 9926:b23e70bd1215
653 gaim_buddy_icon_cache(icon, buddy); 653 gaim_buddy_icon_cache(icon, buddy);
654 else 654 else
655 gaim_blist_node_remove_setting((GaimBlistNode *)buddy, "buddy_icon"); 655 gaim_blist_node_remove_setting((GaimBlistNode *)buddy, "buddy_icon");
656 656
657 schedule_blist_save(); 657 schedule_blist_save();
658 658
659 gaim_blist_update_buddy_icon(buddy); 659 gaim_blist_update_buddy_icon(buddy);
660 } 660 }
661 661
662 GaimBuddyIcon * 662 GaimBuddyIcon *
663 gaim_buddy_get_icon(const GaimBuddy *buddy) 663 gaim_buddy_get_icon(const GaimBuddy *buddy)