pidgin: 08bd59fc: purple_blist_update_buddy_icon() has bee...
andrew.victor at mxit.com
andrew.victor at mxit.com
Mon Sep 5 17:50:47 EDT 2011
----------------------------------------------------------------------
Revision: 08bd59fc887448656c0f2c9de9ec3bf39f092913
Parent: be7373160916cdcb9710432f506e4eac29df8296
Author: andrew.victor at mxit.com
Date: 09/05/11 15:58:03
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/08bd59fc887448656c0f2c9de9ec3bf39f092913
Changelog:
purple_blist_update_buddy_icon() has been deprecated since 2.5.0, and can be removed now.
Changes against parent be7373160916cdcb9710432f506e4eac29df8296
patched ChangeLog.API
patched libpurple/blist.c
patched libpurple/blist.h
patched libpurple/plugins/perl/common/BuddyList.xs
-------------- next part --------------
============================================================
--- libpurple/blist.c 074585d7b643536d9581d8083a6ffe6a3c80b0ee
+++ libpurple/blist.c e1f62b8f37a5cd42d725c4ed445752c7a4992cbd
@@ -956,12 +956,6 @@ purple_blist_update_node_icon(PurpleBlis
ops->update(purplebuddylist, node);
}
-void
-purple_blist_update_buddy_icon(PurpleBuddy *buddy)
-{
- purple_blist_update_node_icon((PurpleBlistNode *)buddy);
-}
-
/*
* TODO: Maybe remove the call to this from server.c and call it
* from oscar.c and toc.c instead?
============================================================
--- libpurple/blist.h 8a1cb3e38b767107811af6ea4cf78abb0a1b64f0
+++ libpurple/blist.h 280bc72fa3173ea836a639e4db30d49e8fa51eea
@@ -454,22 +454,10 @@ void purple_blist_update_buddy_status(Pu
* Updates a node's custom icon.
*
* @param node The PurpleBlistNode whose custom icon has changed.
- *
- * @since 2.5.0
*/
void purple_blist_update_node_icon(PurpleBlistNode *node);
-#if !(defined PURPLE_DISABLE_DEPRECATED) || (defined _PURPLE_BLIST_C_)
/**
- * Updates a buddy's icon.
- *
- * @param buddy The buddy whose buddy icon has changed
- * @deprecated Use purple_blist_update_node_icon() instead.
- */
-void purple_blist_update_buddy_icon(PurpleBuddy *buddy);
-#endif
-
-/**
* Renames a buddy in the buddy list.
*
* @param buddy The buddy whose name will be changed.
============================================================
--- libpurple/plugins/perl/common/BuddyList.xs 47b35c6d8dfe803f3a99bd048836d36bf1a7e7f7
+++ libpurple/plugins/perl/common/BuddyList.xs 99fe2dad622ffea28def15ab4d076e9ff96bb23a
@@ -200,10 +200,6 @@ void
Purple::Status old_status
void
-purple_blist_update_buddy_icon(buddy)
- Purple::BuddyList::Buddy buddy
-
-void
purple_blist_rename_buddy(buddy, name)
Purple::BuddyList::Buddy buddy
const char * name
============================================================
--- ChangeLog.API bb70a649fc0c8f6a094d15e2a0d57c9780aa9444
+++ ChangeLog.API 7915e28acda2459dce277ae6b5923b3a8e67e0f7
@@ -107,6 +107,7 @@ version 3.0.0 (??/??/????):
* PidginConversation.sg
* purple_account_add_buddies_with_invite
* purple_account_add_buddy_with_invite
+ * purple_blist_update_buddy_icon
* purple_buddy_icons_has_custom_icon
* purple_buddy_icons_find_custom_icon
* purple_buddy_icons_set_custom_icon
More information about the Commits
mailing list