pidgin/gtkutils.c

branch
soc.2013.gobjectification
changeset 34696
6e0d13978666
parent 34662
f14347f38e3b
child 34699
09b2c9219b57
--- a/pidgin/gtkutils.c	Wed Jul 03 04:58:28 2013 +0530
+++ b/pidgin/gtkutils.c	Wed Jul 03 21:49:28 2013 +0530
@@ -1973,12 +1973,12 @@
 
 	for (gnode = purple_get_blist()->root; gnode != NULL; gnode = gnode->next)
 	{
-		if (!PURPLE_BLIST_NODE_IS_GROUP(gnode))
+		if (!PURPLE_IS_GROUP(gnode))
 			continue;
 
 		for (cnode = gnode->child; cnode != NULL; cnode = cnode->next)
 		{
-			if (!PURPLE_BLIST_NODE_IS_CONTACT(cnode))
+			if (!PURPLE_IS_CONTACT(cnode))
 				continue;
 
 			for (bnode = cnode->child; bnode != NULL; bnode = bnode->next)

mercurial