Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2008-10-12 16:52:26 +0400
committerYann Leboulanger <asterix@lagaule.org>2008-10-12 16:52:26 +0400
commit02ac05ed198d51b39ee2e64335e54482c8c300bd (patch)
treeb69f1bd657c8c3c91d5680cc02983ba1c5a79003
parent7d3bff5b583da0bb2ab934107bc553c3c5f1ce5a (diff)
don't close a MUC when we said we don't want.
-rw-r--r--src/message_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message_window.py b/src/message_window.py
index 8ed8f0d0a..6039bd695 100644
--- a/src/message_window.py
+++ b/src/message_window.py
@@ -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: