diff src/conversation.c @ 2386:437ae28a1172

[gaim-migrate @ 2399] logic error committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 28 Sep 2001 23:35:44 +0000
parents bdc74764245c
children 95b4ec08abec
line wrap: on
line diff
--- a/src/conversation.c	Fri Sep 28 12:15:54 2001 +0000
+++ b/src/conversation.c	Fri Sep 28 23:35:44 2001 +0000
@@ -1504,7 +1504,7 @@
 			g_free(t2);
 		}
 
-		if (!(flags & WFLAG_NOLOG) && ((logging_options & OPT_LOG_ALL) || find_log_info(c->name))) {
+		if ((logging_options & OPT_LOG_ALL) || find_log_info(c->name)) {
 			char *t1, *t2;
 			char *nm = g_malloc(256);
 			if (c->is_chat)