Philipp Hörist pushed to branch unify-control at gajim / gajim


Commits:
c0efd984 by lovetox at 2022-08-09T20:44:26+02:00
fix: Pass control for GUI extension point

- - - - -


1 changed file:

- gajim/gtk/message_actions_box.py


Changes:

=====================================
gajim/gtk/message_actions_box.py
=====================================
@@ -335,7 +335,9 @@ def _set_encryption_details(self, state: str) -> None:
 
         if state:
             app.plugin_manager.extension_point(
-                f'encryption_state{state}', self, encryption_state)
+                f'encryption_state{state}',
+                app.window.get_control(),
+                encryption_state)
 
         visible, enc_type, authenticated = encryption_state.values()
         assert isinstance(visible, bool)



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

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