comparison 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
comparison
equal deleted inserted replaced
992:09dd5725945c 993:eacd93d0089a
1667 struct conversation *C; 1667 struct conversation *C;
1668 1668
1669 while (c) { 1669 while (c) {
1670 C = (struct conversation *)c->data; 1670 C = (struct conversation *)c->data;
1671 create_convo_menu(C); 1671 create_convo_menu(C);
1672
1673 if (connections)
1674 C->gc = (struct gaim_connection *)connections->data;
1675 else
1676 C->gc = NULL;
1677
1672 c = c->next; 1678 c = c->next;
1673 } 1679 }
1674 } 1680 }
1675 1681
1676 void show_conv(struct conversation *c) 1682 void show_conv(struct conversation *c)