[geary/mjog/python-plugin-support: 2/3] Enable the Python 3 plugin loader
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/python-plugin-support: 2/3] Enable the Python 3 plugin loader
- Date: Fri, 27 Sep 2019 12:45:13 +0000 (UTC)
commit aef4191e868257594ada11a949afb11dfc91e1a1
Author: Michael Gratton <mike vee net>
Date: Fri Sep 27 22:43:30 2019 +1000
Enable the Python 3 plugin loader
src/client/application/application-plugin-manager.vala | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/client/application/application-plugin-manager.vala
b/src/client/application/application-plugin-manager.vala
index 1e799ce5..18772a4a 100644
--- a/src/client/application/application-plugin-manager.vala
+++ b/src/client/application/application-plugin-manager.vala
@@ -22,6 +22,7 @@ public class Application.PluginManager : GLib.Object {
public PluginManager(GearyApplication application) {
this.application = application;
this.engine = Peas.Engine.get_default();
+ this.engine.enable_loader("python3");
this.engine.add_search_path(
application.get_app_plugins_dir().get_path(), null
);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]