changeset 1915:fdb2fe2a043e

[gaim-migrate @ 1925] i'm a fucking moron. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 29 May 2001 20:17:04 +0000
parents 2ac9d0d7d2c4
children d22b58f2a51e
files plugins/jabber/jabber.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/jabber/jabber.c	Tue May 29 19:10:18 2001 +0000
+++ b/plugins/jabber/jabber.c	Tue May 29 20:17:04 2001 +0000
@@ -750,6 +750,7 @@
 		struct jabber_data *jd = GJ_GC(j)->proto_data;
 		if ((jc = find_pending_chat(GJ_GC(j), who)) != NULL) {
 			jc->b = cnv = serv_got_joined_chat(GJ_GC(j), i++, who->user);
+			jc->id = jc->b->id;
 			jd->existing_chats = g_slist_append(jd->existing_chats, jc);
 			jd->pending_chats = g_slist_remove(jd->pending_chats, jc);
 		} else if (!(b = find_buddy(GJ_GC(j), buddy))) {