From 9ab856d410fb986e055e7b0dc822bb1c9379fce0 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 4 Sep 2005 18:52:26 +0000 Subject: [PATCH] typo --- 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 e26832a1d..bca34230f 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -51,7 +51,7 @@ class Config: 'autoawaytime': [ opt_int, 5, _('Time in minutes, after which you are displayed as being away.') ], 'autoaway_message': [ opt_str, _('Away as a result of being idle') ], 'autoxa': [ opt_bool, True ], - 'autoxatime': [ opt_int, 15 _('Time in minutes, after which you are displayed as being not available.') ], + 'autoxatime': [ opt_int, 15, _('Time in minutes, after which you are displayed as being not available.') ], 'autoxa_message': [ opt_str, _('Not available as a result of being idle') ], 'ask_online_status': [ opt_bool, False ], 'ask_offline_status': [ opt_bool, False ],