do not ask confirmation window nor check if a row is selected when we close muc with /leave (or others) command. fixes #2528

This commit is contained in:
Yann Leboulanger 2006-10-09 11:09:17 +00:00
parent 4af1f56136
commit 835643da91
1 changed files with 1 additions and 1 deletions

View File

@ -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':