[gaim-migrate @ 2461]

Mon, 08 Oct 2001 01:12:57 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Mon, 08 Oct 2001 01:12:57 +0000
changeset 2448
d37103e7c3a9
parent 2447
945722ca9419
child 2449
f64ea2d999e4

[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);

mercurial