Fix a tb
This commit is contained in:
parent
ff9478259d
commit
66d6c34f41
1 changed files with 1 additions and 1 deletions
|
@ -2887,7 +2887,7 @@ class RosterInfoTab(Tab):
|
||||||
success = config.silent_set(option, 'false')
|
success = config.silent_set(option, 'false')
|
||||||
roster.modified()
|
roster.modified()
|
||||||
if not success:
|
if not success:
|
||||||
self.information(_('Unable to write in the config file'), 'Error')
|
self.core.information(_('Unable to write in the config file'), 'Error')
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def on_slash(self):
|
def on_slash(self):
|
||||||
|
|
Loading…
Reference in a new issue