Philipp Hörist pushed to branch modal at gajim / gajim
Commits:
7f65b40d by Philipp Hörist at 2026-06-06T11:44:30+02:00
fix: Transient of parent
- - - - -
1 changed file:
- gajim/gtk/openpgp_secret.py
Changes:
=====================================
gajim/gtk/openpgp_secret.py
=====================================
@@ -26,7 +26,11 @@
class OpenPGPSecret(Assistant):
def __init__(self, account: str) -> None:
Assistant.__init__(
- self, name="OpenPGPSecret", height=500, transient_for=app.window,
modal=True
+ self,
+ name="OpenPGPSecret",
+ height=500,
+ transient_for=app.app.get_active_window(),
+ modal=True,
)
self._destroyed: bool = False
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7f65b40dc6fa6890e62ac65c8f1640c5e54787af
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7f65b40dc6fa6890e62ac65c8f1640c5e54787af
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]