Skip to content
Snippets Groups Projects
Commit 835643da authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

do not ask confirmation window nor check if a row is selected when we close...

do not ask confirmation window nor check if a row is selected when we close muc with /leave (or others) command. fixes #2528
parent 4af1f561
No related branches found
No related tags found
No related merge requests found
......@@ -1105,7 +1105,7 @@ class GroupchatControl(ChatControlBase):
reason = 'offline'
if len(message_array):
reason = message_array.pop(0)
self.parent_win.remove_tab(self,reason)
self.parent_win.remove_tab(self, reason, force = True)
self.clear(self.msg_textview)
return True
elif command == 'ban':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment