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

This commit is contained in:
Yann Leboulanger 2008-10-12 12:52:26 +00:00
parent 7d3bff5b58
commit 02ac05ed19
1 changed files with 1 additions and 1 deletions

View File

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