# HG changeset patch # User Eric Warmenhoven # Date 991167424 0 # Node ID fdb2fe2a043e1bc0ab3255bced0f7d0439b3f2b1 # Parent 2ac9d0d7d2c47c408eeff298700dc875647a30ac [gaim-migrate @ 1925] i'm a fucking moron. committer: Tailor Script diff -r 2ac9d0d7d2c4 -r fdb2fe2a043e plugins/jabber/jabber.c --- 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))) {