--- 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; } }