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

don't close a MUC when we said we don't want.

parent 7d3bff5b
No related branches found
No related tags found
No related merge requests found
......@@ -514,7 +514,7 @@ class MessageWindow(object):
close(ctrl)
def on_no(ctrl):
close(ctrl)
return
def on_minimize(ctrl):
if method != self.CLOSE_COMMAND:
......
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