Mon, 08 Oct 2001 01:12:57 +0000
[gaim-migrate @ 2461]
chat shouldn't go through CUI_MESSAGE.
| src/conversation.c | file | annotate | diff | comparison | revisions |
--- 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);