From 8196fc11b6bfa7e4a34c2a335db2a02812a025fe Mon Sep 17 00:00:00 2001 From: Travis Shirk Date: Sun, 8 Jan 2006 05:06:08 +0000 Subject: [PATCH] typo fix --- 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 f7c4bf988..6a82c6443 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -176,7 +176,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')], - 'show_avatar_in_chat': [opt_boot, True, _('If False, you will no longer see the avatar in the chat window')], + 'show_avatar_in_chat': [opt_bool, True, _('If False, you will no longer see the avatar in the chat window')], } __options_per_key = {