changeset 894c5bef952e in /home/hg/repos/gajim

branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=894c5bef952e
description: fix transient for. See #7185

diffstat:

 src/session.py |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 93bff5d6bd5f -r 894c5bef952e src/session.py
--- a/src/session.py    Thu Aug 15 23:14:42 2013 +0200
+++ b/src/session.py    Thu Aug 15 23:16:38 2013 +0200
@@ -473,7 +473,8 @@
                             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)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to