Mercurial > pidgin
changeset 8314:db1123eb56b0
[gaim-migrate @ 9038]
wow
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 22 Feb 2004 01:25:54 +0000 |
parents | ab7859399509 |
children | 52ea0ab31caa |
files | src/protocols/jabber/iq.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/jabber/iq.c Sun Feb 22 01:21:17 2004 +0000 +++ b/src/protocols/jabber/iq.c Sun Feb 22 01:25:54 2004 +0000 @@ -254,8 +254,8 @@ if(id && *id && (jcd = g_hash_table_lookup(js->iq_callbacks, id))) { jcd->callback(js, packet, jcd->data); g_hash_table_remove(js->iq_callbacks, id); + return; } - return; } /* Apparently not, so lets see if we have a pre-defined handler */