Mercurial > pidgin.yaz
diff src/conversation.c @ 993:eacd93d0089a
[gaim-migrate @ 1003]
signing off should be reflected in the convo window. this will help prevent segfaults :-P
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 13 Oct 2000 22:32:20 +0000 |
parents | 82c5865f7cfe |
children | 70c685de2be5 |
line wrap: on
line diff
--- a/src/conversation.c Fri Oct 13 21:36:46 2000 +0000 +++ b/src/conversation.c Fri Oct 13 22:32:20 2000 +0000 @@ -1669,6 +1669,12 @@ while (c) { C = (struct conversation *)c->data; create_convo_menu(C); + + if (connections) + C->gc = (struct gaim_connection *)connections->data; + else + C->gc = NULL; + c = c->next; } }