diff src/protocols/jabber/buddy.c @ 8135:8f4ce853e685

[gaim-migrate @ 8840] created a convenience function, and used it. a lot. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 17 Jan 2004 19:36:29 +0000
parents 119a22025818
children ac7bf273bd66
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.c	Sat Jan 17 19:21:39 2004 +0000
+++ b/src/protocols/jabber/buddy.c	Sat Jan 17 19:36:29 2004 +0000
@@ -594,7 +594,7 @@
 			xmlnode *child2;
 			char *text;
 
-			if(child->type != NODE_TYPE_TAG)
+			if(child->type != XMLNODE_TYPE_TAG)
 				continue;
 
 			text = xmlnode_get_data(child);
@@ -606,7 +606,7 @@
 				{
 					char *text2;
 
-					if(child2->type != NODE_TYPE_TAG)
+					if(child2->type != XMLNODE_TYPE_TAG)
 						continue;
 
 					text2 = xmlnode_get_data(child2);
@@ -645,7 +645,7 @@
 				{
 					char *text2;
 
-					if(child2->type != NODE_TYPE_TAG)
+					if(child2->type != XMLNODE_TYPE_TAG)
 						continue;
 
 					text2 = xmlnode_get_data(child2);
@@ -722,7 +722,7 @@
 				{
 					char *text2;
 
-					if(child2->type != NODE_TYPE_TAG)
+					if(child2->type != XMLNODE_TYPE_TAG)
 						continue;
 
 					text2 = xmlnode_get_data(child2);