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


Commits:
806d4757 by wurstsalat at 2022-11-29T13:18:01+01:00
fix: MessageInputTextView: Reintroduce gui_extension_point

This is necessary when activating plugins after launch

- - - - -


1 changed file:

- gajim/gtk/message_input.py


Changes:

=====================================
gajim/gtk/message_input.py
=====================================
@@ -112,7 +112,7 @@ def __init__(self) -> None:
         self._language_handler_id = self._init_spell_checker()
         app.settings.connect_signal('use_speller', self._on_toggle_spell_check)
 
-        app.plugin_manager.extension_point('message_input', self)
+        app.plugin_manager.gui_extension_point('message_input', self)
 
     @property
     def is_correcting(self) -> bool:



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

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