From 66d6c34f41268039b6119eed5552210ae37d4741 Mon Sep 17 00:00:00 2001 From: Mathieu Pasquet Date: Thu, 14 Nov 2013 21:31:57 +0100 Subject: Fix a tb --- src/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3