# HG changeset patch # User Stu Tomlinson # Date 1195321461 0 # Node ID c797c101b3580daccaeb6879704e86fb3556dc1e # Parent dccfd999ffe7220a1265ecc829487e97ccf53936 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 diff -r dccfd999ffe7 -r c797c101b358 pidgin/gtkconv.c --- 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);