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