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>2013-08-16 01:16:38 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-08-16 01:16:38 +0400
commit9528e43edaad5c2bced4c8163e510bf7d7be565b (patch)
treef55b88190f85ce66f023b753fe94bc8546febf04 /src/session.py
parentd4674525698a0420837c652b530f6d1710b6fd42 (diff)
fix transient for. See #7185
Diffstat (limited to 'src/session.py')
-rw-r--r--src/session.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/session.py b/src/session.py
index 94acbd62a..813358377 100644
--- a/src/session.py
+++ b/src/session.py
@@ -473,7 +473,8 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
negotiation.describe_features(ask_user)),
_('Always accept for this contact'),
on_response_yes = accept_nondefault_options,
- on_response_no = reject_nondefault_options)
+ on_response_no = reject_nondefault_options,
+ transient_for=self.control.parent_win.window)
else:
try:
self.accept_e2e_alice(form, negotiated)