diff src/gaimrc.c @ 3457:222e23f91092

[gaim-migrate @ 3505] Deryni made it so we can all log chats and IMs seperately. He had it retain your old option--it would log both if you had it configured that way. I made it so that if you had logging on it will log IMs--but you'll have to turn on logging chats manually. So if you want to log chats, turn that on. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 28 Aug 2002 05:55:48 +0000
parents 5ed476196e4b
children 0073a014e55b
line wrap: on
line diff
--- a/src/gaimrc.c	Wed Aug 28 02:38:19 2002 +0000
+++ b/src/gaimrc.c	Wed Aug 28 05:55:48 2002 +0000
@@ -811,7 +811,7 @@
 		if (!read_logging) {
 			logging_options = 0;
 			if (general_options & OPT_GEN_LOG_ALL)
-				logging_options |= OPT_LOG_ALL;
+  				logging_options |= OPT_LOG_CONVOS | OPT_LOG_CHATS; 
 			if (general_options & OPT_GEN_STRIP_HTML)
 				logging_options |= OPT_LOG_STRIP_HTML;
 		}