summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-02-24 02:22:02 +0100
committermathieui <mathieui@mathieui.net>2012-02-24 02:22:02 +0100
commitb7cbe7d392829a953a73d700ae58c556d68ac74a (patch)
tree7db19973a7dbf90a6fef02d579475c7fa012b8f3 /src
parent45e22f01b5f7350d47f8bdc2cc39b9b79682e72b (diff)
downloadpoezio-b7cbe7d392829a953a73d700ae58c556d68ac74a.tar.gz
poezio-b7cbe7d392829a953a73d700ae58c556d68ac74a.tar.bz2
poezio-b7cbe7d392829a953a73d700ae58c556d68ac74a.tar.xz
poezio-b7cbe7d392829a953a73d700ae58c556d68ac74a.zip
Fixes #2334
Diffstat (limited to 'src')
-rw-r--r--src/tabs.py1
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)