Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
cd7c5efd by wurstsalat at 2024-12-21T21:19:56+01:00
cfix: Preferences: Set correct transient for ManageSounds
- - - - -
1 changed file:
- gajim/gtk/preferences.py
Changes:
=====================================
gajim/gtk/preferences.py
=====================================
@@ -554,7 +554,8 @@ def __init__(self, *args: Any) -> None:
@staticmethod
def _on_manage_sounds(_button: Gtk.Button) -> None:
- open_window("ManageSounds")
+ preferences = cast(Preferences, get_app_window("Preferences"))
+ open_window("ManageSounds", transient_for=preferences.window)
class StatusMessage(PreferenceBox):
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/cd7c5efd40889e5ba96e2fb6e82d0a1a693eb982
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/cd7c5efd40889e5ba96e2fb6e82d0a1a693eb982
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]