comparison libpurple/blist.c @ 32509:521cb9430f22

purple_blist_update_buddy_icon() has been deprecated since 2.5.0, and can be removed now.
author andrew.victor@mxit.com
date Mon, 05 Sep 2011 19:58:03 +0000
parents cd1d9e04c587
children 821942586292
comparison
equal deleted inserted replaced
32508:e21500d61347 32509:521cb9430f22
952 952
953 g_return_if_fail(node != NULL); 953 g_return_if_fail(node != NULL);
954 954
955 if (ops && ops->update) 955 if (ops && ops->update)
956 ops->update(purplebuddylist, node); 956 ops->update(purplebuddylist, node);
957 }
958
959 void
960 purple_blist_update_buddy_icon(PurpleBuddy *buddy)
961 {
962 purple_blist_update_node_icon((PurpleBlistNode *)buddy);
963 } 957 }
964 958
965 /* 959 /*
966 * TODO: Maybe remove the call to this from server.c and call it 960 * TODO: Maybe remove the call to this from server.c and call it
967 * from oscar.c and toc.c instead? 961 * from oscar.c and toc.c instead?