From 4fd5ed93ae5af95a1f60632ff94800adc48b52a4 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 28 Nov 2005 21:15:23 +0000 Subject: [PATCH] log status message is now False by default --- 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 4f789ad76..103cb8916 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -161,7 +161,7 @@ class Config: 'show_avatars_in_roster': [opt_bool, True], 'ask_avatars_on_startup': [opt_bool, True, _('If True, Gajim will ask for avatar each contact that did not have an avatar last time or has one cache that is too old.')], 'print_status_in_chats': [opt_bool, True, _('If False, you will no longer see status line in chats when a contact changes his or her status and/or his status message.')], - 'log_contact_status_changes': [opt_bool, True], + 'log_contact_status_changes': [opt_bool, False], 'restored_messages_color': [opt_str, 'grey'], }