From 419925689b0a4a6252abc8cb97c77e1181642be5 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 29 Aug 2006 09:58:04 +0000 Subject: [PATCH] missing commit: add restored_messages_small option to ACE dict --- src/common/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/config.py b/src/common/config.py index 2ff2833b1..fa3173b27 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -185,6 +185,7 @@ class Config: 'print_status_in_muc': [opt_str, 'in_and_out', _('can be "none", "all" or "in_and_out". If "none", Gajim will no longer print status line in groupchats when a member changes his or her status and/or his or her status message. If "all" Gajim will print all status messages. If "in_and_out", gajim will only print FOO enters/leaves room')], 'log_contact_status_changes': [opt_bool, False], 'restored_messages_color': [opt_str, 'grey'], + 'restored_messages_small': [opt_str, True, _('If True, restored messages will use a smaller font than the default one.')], 'hide_avatar_of_transport': [opt_bool, False, _('Don\'t show avatar for the transport itself.')], 'roster_window_skip_taskbar': [opt_bool, False], '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.')],