Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
7f31d9f3 by wurstsalat at 2024-12-22T23:34:04+01:00
cfix: Accounts: Fix accounts window action

- - - - -


1 changed file:

- gajim/gtk/application.py


Changes:

=====================================
gajim/gtk/application.py
=====================================
@@ -611,9 +611,10 @@ def _on_plugins_action(
 
     @staticmethod
     def _on_accounts_action(_action: Gio.SimpleAction, param: GLib.Variant) -> 
None:
+        window = open_window("AccountsWindow")
+
         account = param.get_string()
         if account:
-            window = open_window("AccountsWindow")
             window.select_account(account)
 
     @staticmethod



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/7f31d9f3a3362b6badce36889724c37e23384a56

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/7f31d9f3a3362b6badce36889724c37e23384a56
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]

Reply via email to