typo
This commit is contained in:
parent
cbef579dd8
commit
3eb203a504
|
@ -524,7 +524,7 @@ class PreferencesWindow:
|
||||||
def get_per_account_option(self, opt):
|
def get_per_account_option(self, opt):
|
||||||
'''Return the value of the option opt if it's the same in all accounts
|
'''Return the value of the option opt if it's the same in all accounts
|
||||||
else returns "mixed"'''
|
else returns "mixed"'''
|
||||||
if len(gajim.connections) = 0:
|
if len(gajim.connections) == 0:
|
||||||
# a non existant key return default value
|
# a non existant key return default value
|
||||||
return gajim.config.get_per('accounts', '__default__', opt)
|
return gajim.config.get_per('accounts', '__default__', opt)
|
||||||
val = None
|
val = None
|
||||||
|
|
Loading…
Reference in New Issue