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')
|
||||
roster.modified()
|
||||
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
|
||||
|
||||
def on_slash(self):
|
||||
|
|
Loading…
Reference in a new issue