fix transient for. See #7185
This commit is contained in:
parent
92ed24a715
commit
0435b8a50b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue