pidgin.next.minor: 890a6fa5: more struct hiding updates

grim at pidgin.im grim at pidgin.im
Thu Dec 10 20:00:40 EST 2009


-----------------------------------------------------------------
Revision: 890a6fa52c90a07f890a0c6c3fa68bf3acc6da04
Ancestor: 9a1d56a43f84cdccdbad14d5ab9b89f436d82714
Author: grim at pidgin.im
Date: 2009-12-11T00:45:48
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/890a6fa52c90a07f890a0c6c3fa68bf3acc6da04

Modified files:
        libpurple/protocols/qq/buddy_memo.c

ChangeLog: 

more struct hiding updates


-------------- next part --------------
============================================================
--- libpurple/protocols/qq/buddy_memo.c	7f8924bac9f2b3012de3fe7ec69b096ea2f3d7f3
+++ libpurple/protocols/qq/buddy_memo.c	288926787dce5bbf5d237b86cc837476cf57acb0
@@ -119,7 +119,7 @@ static void update_buddy_memo(PurpleConn
 
 	who = uid_to_purple_name(bd_uid);
 	buddy = purple_find_buddy(account, who);
-	if (buddy == NULL || buddy->proto_data == NULL) {
+	if (buddy == NULL || purple_buddy_get_protocol_data(buddy) == NULL) {
 		g_free(who);
 		purple_debug_info("QQ", "Error...Can NOT find %d!\n", bd_uid);
 		return;


More information about the Commits mailing list