From 8919febc5d82e10c3dd2a8f795b53ca29f6b268c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 13 Jan 2007 19:28:42 +0000 Subject: [PATCH] typo. see #2797 --- src/common/optparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/optparser.py b/src/common/optparser.py index 571dc3131..f1e09d20d 100644 --- a/src/common/optparser.py +++ b/src/common/optparser.py @@ -150,7 +150,7 @@ class OptionsParser: if old < [0, 10, 1, 8] and new >= [0, 10, 1, 8]: self.update_config_to_01018() if old < [0, 11, 0, 1] and new >= [0, 11, 0, 1]: - self.update_config_to_01018() + self.update_config_to_01101() gajim.logger.init_vars() gajim.config.set('version', new_version)