[eog] Use Python 3.x for Python plugins
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Use Python 3.x for Python plugins
- Date: Tue, 7 Jan 2014 22:15:35 +0000 (UTC)
commit 789afdc1647342ea905104db873fe86aba928708
Author: Felix Riemann <friemann gnome org>
Date: Tue Jan 7 23:07:26 2014 +0100
Use Python 3.x for Python plugins
src/eog-plugin-engine.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/eog-plugin-engine.c b/src/eog-plugin-engine.c
index e389d7b..b053d8c 100644
--- a/src/eog-plugin-engine.c
+++ b/src/eog-plugin-engine.c
@@ -121,7 +121,7 @@ eog_plugin_engine_new (void)
engine = EOG_PLUGIN_ENGINE (g_object_new (EOG_TYPE_PLUGIN_ENGINE,
NULL));
- peas_engine_enable_loader (PEAS_ENGINE (engine), "python");
+ peas_engine_enable_loader (PEAS_ENGINE (engine), "python3");
user_plugin_path = g_build_filename (g_get_user_data_dir (),
"eog", "plugins", NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]