Yann Leboulanger pushed to branch master at gajim / gajim

Commits:
ec2da20f by Yann Leboulanger at 2017-12-17T18:41:49+01:00
add transient_for parameter

- - - - -


1 changed file:

- gajim/roster_window.py


Changes:

=====================================
gajim/roster_window.py
=====================================
--- a/gajim/roster_window.py
+++ b/gajim/roster_window.py
@@ -2828,7 +2828,7 @@ class RosterWindow:
             sectext = _('You will no longer be able to send and receive '
                 'messages to contacts from these transports: %s') % jids
         dialogs.ConfirmationDialog(pritext, sectext,
-            on_response_ok = (remove, list_))
+            on_response_ok = (remove, list_), transient_for=self.window)
 
     def _nec_blocking(self, obj):
         if obj.unblock_all or obj.blocklist:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/ec2da20f5816bd555abe205463d75bc8c5375cac

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/ec2da20f5816bd555abe205463d75bc8c5375cac
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to