diff options
author | mathieui <mathieui@mathieui.net> | 2012-02-24 02:22:02 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-02-24 02:22:02 +0100 |
commit | b7cbe7d392829a953a73d700ae58c556d68ac74a (patch) | |
tree | 7db19973a7dbf90a6fef02d579475c7fa012b8f3 /src/tabs.py | |
parent | 45e22f01b5f7350d47f8bdc2cc39b9b79682e72b (diff) | |
download | poezio-b7cbe7d392829a953a73d700ae58c556d68ac74a.tar.gz poezio-b7cbe7d392829a953a73d700ae58c556d68ac74a.tar.bz2 poezio-b7cbe7d392829a953a73d700ae58c556d68ac74a.tar.xz poezio-b7cbe7d392829a953a73d700ae58c556d68ac74a.zip |
Fixes #2334
Diffstat (limited to 'src/tabs.py')
-rw-r--r-- | src/tabs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabs.py b/src/tabs.py index adb8f9c3..4b8fd58d 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -701,6 +701,7 @@ class MucTab(ChatTab): def command_configure(self, arg): form = self.core.xmpp.plugin['xep_0045'].getRoomForm(self.get_name()) if not form: + self.core.information('Could not retrieve the configuration form', 'Error') return self.core.open_new_form(form, self.cancel_config, self.send_config) |