Philipp Hörist pushed to branch master at gajim / gajim
Commits:
ad5a9075 by Philipp Hörist at 2022-09-15T19:42:09+02:00
cfix: Plugins: Stay backwards compatible with published plugins
- - - - -
1 changed file:
- gajim/plugins/pluginmanager.py
Changes:
=====================================
gajim/plugins/pluginmanager.py
=====================================
@@ -83,7 +83,7 @@ def is_usable(self) -> bool:
return False
platform = sys.platform
- if platform not in ('win32', 'darwin'):
+ if platform not in ('win32', 'darwin', 'linux'):
# sys.platform can return an unknown amount of unix/linux derivates
platform = 'others'
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ad5a9075678d9f63d461dadc597ed8e18b29a5b9
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ad5a9075678d9f63d461dadc597ed8e18b29a5b9
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