comparison src/protocols/jabber/presence.c @ 7320:578f3ae5a8c0

[gaim-migrate @ 7906] this can apparently happen committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 23 Oct 2003 21:44:50 +0000
parents dd4b4a187171
children c41e522028f2
comparison
equal deleted inserted replaced
7319:5e486deb70b3 7320:578f3ae5a8c0
261 code, from, text); 261 code, from, text);
262 gaim_notify_error(js->gc, _("Error"), _("Error"), buf); 262 gaim_notify_error(js->gc, _("Error"), _("Error"), buf);
263 g_free(text); 263 g_free(text);
264 g_free(buf); 264 g_free(buf);
265 265
266 if(chat->conv)
267 serv_got_chat_left(js->gc, chat->id);
268
266 jabber_chat_destroy(chat); 269 jabber_chat_destroy(chat);
267 jabber_id_free(jid); 270 jabber_id_free(jid);
268 return; 271 return;
269 } 272 }
270 273