comparison src/protocols/jabber/buddy.c @ 13329:1d569233f257

[gaim-migrate @ 15699] fix a stupid bug (SF 1432924) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 26 Feb 2006 19:35:31 +0000
parents 8504ce176d38
children b13bbdbed4ed
comparison
equal deleted inserted replaced
13328:696b06b33969 13329:1d569233f257
1357 1357
1358 1358
1359 if(!(query = xmlnode_get_child(packet, "query"))) 1359 if(!(query = xmlnode_get_child(packet, "query")))
1360 return; 1360 return;
1361 1361
1362 if((x = xmlnode_get_child_with_namespace(packet, "x", "jabber:x:data"))) { 1362 if((x = xmlnode_get_child_with_namespace(query, "x", "jabber:x:data"))) {
1363 jabber_x_data_request(js, x, user_search_x_data_cb, NULL); 1363 jabber_x_data_request(js, x, user_search_x_data_cb, NULL);
1364 return; 1364 return;
1365 } else { 1365 } else {
1366 struct user_search_info *usi; 1366 struct user_search_info *usi;
1367 xmlnode *instnode; 1367 xmlnode *instnode;