diff src/conversation.c @ 7562:b859cfb5f31a

[gaim-migrate @ 8176] This should update all the other prefs that needed updating for logging to be fully core/UI split. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 18 Nov 2003 23:28:40 +0000
parents cdfdbabd3266
children df5b0937ea47
line wrap: on
line diff
--- a/src/conversation.c	Tue Nov 18 23:24:05 2003 +0000
+++ b/src/conversation.c	Tue Nov 18 23:28:40 2003 +0000
@@ -819,7 +819,7 @@
 		ims = g_list_append(ims, conv);
 
 		gaim_conversation_set_logging(conv,
-				gaim_prefs_get_bool("/gaim/gtk/logging/log_ims"));
+				gaim_prefs_get_bool("/core/logging/log_ims"));
 	}
 	else if (type == GAIM_CONV_CHAT)
 	{
@@ -829,7 +829,7 @@
 		chats = g_list_append(chats, conv);
 
 		gaim_conversation_set_logging(conv,
-				gaim_prefs_get_bool("/gaim/gtk/logging/log_chats"));
+				gaim_prefs_get_bool("/core/logging/log_chats"));
 	}
 
 	conversations = g_list_append(conversations, conv);