pidgin: 3a7b90fd: Use the hashtable of resources here.

sadrul at pidgin.im sadrul at pidgin.im
Tue May 27 03:19:26 EDT 2008


-----------------------------------------------------------------
Revision: 3a7b90fdf35f2d621bb3e022047f584781a221d6
Ancestor: 75f0460d3679231b61d572e76fe02534a597c6b5
Author: sadrul at pidgin.im
Date: 2008-05-27T07:11:38
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/3a7b90fdf35f2d621bb3e022047f584781a221d6

Modified files:
        libpurple/protocols/jabber/buddy.c

ChangeLog: 

Use the hashtable of resources here.

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/buddy.c	47e8c5add1251475fca7ba0ae4319da6a0b38e62
+++ libpurple/protocols/jabber/buddy.c	8e94a0b20a3d76b0e62ba906767bd357ab6f66a4
@@ -960,7 +960,7 @@ static void jabber_buddy_info_show_if_re
 		}
 #endif
 	} else {
-		gboolean multiple_resources = jbi->jb->resources && (g_hash_table_size(jbi->jb->resources) > 1);
+		gboolean multiple_resources = jbi->resources && (g_hash_table_size(jbi->resources) > 1);
 
 		for(resources = jbi->jb->resources; resources; resources = resources->next) {
 			char *purdy = NULL;


More information about the Commits mailing list