This commit is contained in:
Mathieu Pasquet 2013-11-14 21:31:57 +01:00
parent ff9478259d
commit 66d6c34f41

View file

@ -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):