From: Eric W. <war...@us...> - 2001-10-12 06:06:43
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv1929 Modified Files: conversation.c Log Message: hi sean Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.277 retrieving revision 1.278 diff -u -d -r1.277 -r1.278 --- conversation.c 2001/10/11 07:49:02 1.277 +++ conversation.c 2001/10/12 06:06:40 1.278 @@ -1979,9 +1979,9 @@ create_convo_menu(C); if (g_slist_find(connections, C->gc)) - continue; - - set_convo_gc(C, connections ? connections->data : NULL); + set_convo_gc(C, C->gc); + else + set_convo_gc(C, connections ? connections->data : NULL); } } |