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

fix transient for. See #7185

parent 92ed24a7
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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