im.pidgin.pidgin: 451870242251136bbe412d57d396a243cdcba188
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Sat Nov 17 12:45:42 EST 2007
-----------------------------------------------------------------
Revision: 451870242251136bbe412d57d396a243cdcba188
Ancestor: 4f7f2a11821b838de604e282596233e7e4a41a7d
Author: nosnilmot at pidgin.im
Date: 2007-11-17T17:44:21
Branch: im.pidgin.pidgin
Modified files:
pidgin/gtkconv.c
ChangeLog:
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
-------------- next part --------------
============================================================
--- pidgin/gtkconv.c ba5cc95ecad146f9a6541e2ba668590cd608283d
+++ pidgin/gtkconv.c ed7285a4bac0ba9c4d5a57e6f2238c7bac261d47
@@ -7621,7 +7621,7 @@ pidgin_conversations_init(void)
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);
More information about the Commits
mailing list