Fixes #2334
This commit is contained in:
parent
45e22f01b5
commit
b7cbe7d392
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue