diff src/protocols/jabber/message.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 9a6df4d567e0
children 0383e55cd658
line wrap: on
line diff
--- a/src/protocols/jabber/message.c	Sat Jan 17 19:21:39 2004 +0000
+++ b/src/protocols/jabber/message.c	Sat Jan 17 19:36:29 2004 +0000
@@ -259,7 +259,7 @@
 	jm->to = g_strdup(xmlnode_get_attrib(packet, "to"));
 
 	for(child = packet->child; child; child = child->next) {
-		if(child->type != NODE_TYPE_TAG)
+		if(child->type != XMLNODE_TYPE_TAG)
 			continue;
 
 		if(!strcmp(child->name, "subject")) {