diff options
Diffstat (limited to 'src/tabs.py')
-rw-r--r-- | src/tabs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py index 725cc8d8..95eaaae8 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -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): |