From 3eb203a504e04cd24f33788a076742adecb79b8a Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 11 Mar 2009 09:58:25 +0000 Subject: [PATCH] typo --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index ce255bc76..179c3c62d 100644 --- a/src/config.py +++ b/src/config.py @@ -524,7 +524,7 @@ class PreferencesWindow: def get_per_account_option(self, opt): '''Return the value of the option opt if it's the same in all accounts else returns "mixed"''' - if len(gajim.connections) = 0: + if len(gajim.connections) == 0: # a non existant key return default value return gajim.config.get_per('accounts', '__default__', opt) val = None