From: Eric W. <war...@us...> - 2001-10-08 01:13:00
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv24967 Modified Files: conversation.c Log Message: chat shouldn't go through CUI_MESSAGE. Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.273 retrieving revision 1.274 diff -u -d -r1.273 -r1.274 --- conversation.c 2001/10/08 01:12:02 1.273 +++ conversation.c 2001/10/08 01:12:57 1.274 @@ -1365,7 +1365,7 @@ } /* XXX CUI: this is really bad and should be moved somewhere else later. */ - if (c->gc) { + if (!c->is_chat && c->gc) { int index = g_slist_index(connections, c->gc); int sname = strlen(who); int swhat = strlen(what); |