changeset 21573:c797c101b358

default the conversation close immediately pref to TRUE to prevent unexpected change of behavior for everyone, people who want the persistent conversations can turn this off
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 17 Nov 2007 17:44:21 +0000
parents dccfd999ffe7
children 54b992168888
files pidgin/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Sat Nov 17 17:27:48 2007 +0000
+++ b/pidgin/gtkconv.c	Sat Nov 17 17:44:21 2007 +0000
@@ -7621,7 +7621,7 @@
 	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/conversations/im/show_buddy_icons", TRUE);
 
 	purple_prefs_add_string(PIDGIN_PREFS_ROOT "/conversations/im/hide_new", "never");
-	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/conversations/im/close_immediately", FALSE);
+	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/conversations/im/close_immediately", TRUE);
 
 #ifdef _WIN32
 	purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/win32/minimize_new_convs", FALSE);