# HG changeset patch # User Eric Warmenhoven # Date 1002503577 0 # Node ID d37103e7c3a96e47d701b4ec62f6125e0079e4e4 # Parent 945722ca941921a5519220705104f344b4f509bb [gaim-migrate @ 2461] chat shouldn't go through CUI_MESSAGE. diff -r 945722ca9419 -r d37103e7c3a9 src/conversation.c --- a/src/conversation.c Mon Oct 08 01:12:02 2001 +0000 +++ b/src/conversation.c Mon Oct 08 01:12:57 2001 +0000 @@ -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);