Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
3148bb80 by wurstsalat at 2022-10-25T23:52:32+02:00
fix: PluginManager: Block plugins which have been integrated into Gajim
Fixes #11244
- - - - -
1 changed file:
- gajim/plugins/pluginmanager.py
Changes:
=====================================
gajim/plugins/pluginmanager.py
=====================================
@@ -52,7 +52,12 @@
log = logging.getLogger('gajim.p.manager')
-BLOCKED_PLUGINS = []
+BLOCKED_PLUGINS = [
+ 'appindicator_integration',
+ 'plugin_installer',
+ 'syntax_highlight',
+ 'url_image_preview'
+]
FIELDS = ('name',
'short_name',
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3148bb8049453b36cb5628feab2ec4280ac8cc23
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/3148bb8049453b36cb5628feab2ec4280ac8cc23
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