From 57d968069e61d27240d32e27110bb1e81d6745d3 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 19 Dec 2016 00:17:12 +0300 Subject: plugins engine: enable python plugin loader from libpeas --- src/eom-plugin-engine.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/eom-plugin-engine.c b/src/eom-plugin-engine.c index 0c55731..48d960d 100644 --- a/src/eom-plugin-engine.c +++ b/src/eom-plugin-engine.c @@ -120,6 +120,8 @@ eom_plugin_engine_new (void) engine = EOM_PLUGIN_ENGINE (g_object_new (EOM_TYPE_PLUGIN_ENGINE, NULL)); + peas_engine_enable_loader (PEAS_ENGINE (engine), "python"); + user_plugin_path = g_build_filename (eom_util_dot_dir (), USER_EOM_PLUGINS_LOCATION, NULL); -- cgit v1.2.1