From 786957166219fadac930a0427cb44c4b3b9364d1 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 11 Jan 2006 08:44:38 +0000 Subject: [PATCH] one_message_window default to always --- src/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.py b/src/common/config.py index 4231a2fce..642d877f9 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -184,7 +184,7 @@ class Config: 'use_urgency_hint': [opt_bool, True, _('If True and installed GTK+ and PyGTK versions are at least 2.8, make the window flash (the default behaviour in most Window Managers) when holding pending events.')], 'notification_timeout': [opt_int, 5], 'send_sha_in_gc_presence': [opt_bool, True, _('Jabberd1.4 does not like sha info when one join a password protected room. Turn this option to False to stop sending sha info in groupchat presences')], - 'one_message_window': [opt_str, 'never', + 'one_message_window': [opt_str, 'always', _('Controls the window where new messages are placed.\n\'always\' - All messages are sent to a single window.\n\'never\' - All messages get their own window.\n\'peracct\' - Messages for each account are sent to a specific window.\n\'pertype\' - Each message type (e.g., chats vs. groupchats) are sent to a specific window. Note, changing this option requires restarting Gajim before the changes will take effect')], 'show_avatar_in_chat': [opt_bool, True, _('If False, you will no longer see the avatar in the chat window')], }