diff options
author | Mathieu Pasquet <mathieui@mathieui.net> | 2013-11-14 21:31:57 +0100 |
---|---|---|
committer | Mathieu Pasquet <mathieui@mathieui.net> | 2013-11-14 21:31:57 +0100 |
commit | 66d6c34f41268039b6119eed5552210ae37d4741 (patch) | |
tree | 5a18b7f33ec7abe044e64d25052c2f2c19365640 | |
parent | ff9478259d91178e0c05fc3c2064cde4c514b410 (diff) | |
download | poezio-66d6c34f41268039b6119eed5552210ae37d4741.tar.gz poezio-66d6c34f41268039b6119eed5552210ae37d4741.tar.bz2 poezio-66d6c34f41268039b6119eed5552210ae37d4741.tar.xz poezio-66d6c34f41268039b6119eed5552210ae37d4741.zip |
Fix a tb
-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): |