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


Commits:
7ccf4806 by wurstsalat at 2022-11-17T17:38:46+01:00
fix: MessageActionsBox: Reintroduce gui_extension_point

This is necessary when activating plugins after launch

- - - - -


1 changed file:

- gajim/gtk/message_actions_box.py


Changes:

=====================================
gajim/gtk/message_actions_box.py
=====================================
@@ -108,7 +108,7 @@ def __init__(self) -> None:
 
         self._connect_actions()
 
-        app.plugin_manager.extension_point(
+        app.plugin_manager.gui_extension_point(
             'message_actions_box', self, self._ui.box)
 
     def get_current_contact(self) -> ChatContactT:



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

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