comparison src/protocols/jabber/buddy.c @ 10490:a3a540ed2518

[gaim-migrate @ 11780] some random jabber stuff, remove a duplicate #define, and shuffle account loading so we're not emitting signals that haven't been registered yet committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 08 Jan 2005 21:10:17 +0000
parents 937697da5233
children 1a97d5e88d12
comparison
equal deleted inserted replaced
10489:8dffdd8861b5 10490:a3a540ed2518
591 GSList *imgids = NULL; 591 GSList *imgids = NULL;
592 592
593 if(!from) 593 if(!from)
594 return; 594 return;
595 595
596 /* XXX: handle the error case */
597
596 resource_name = jabber_get_resource(from); 598 resource_name = jabber_get_resource(from);
597 bare_jid = jabber_get_bare_jid(from); 599 bare_jid = jabber_get_bare_jid(from);
598 600
599 b = gaim_find_buddy(js->gc->account, bare_jid); 601 b = gaim_find_buddy(js->gc->account, bare_jid);
600 602