[eog] Enable python support for plugins
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Enable python support for plugins
- Date: Tue, 8 Mar 2011 14:35:06 +0000 (UTC)
commit d1d6b9452acc874d1f46ca57f5695bf128acbf91
Author: Steve Frécinaux <code istique net>
Date: Mon Mar 7 19:05:44 2011 +0100
Enable python support for plugins
https://bugzilla.gnome.org/show_bug.cgi?id=639597
src/eog-plugin-engine.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/eog-plugin-engine.c b/src/eog-plugin-engine.c
index 7997684..8442903 100644
--- a/src/eog-plugin-engine.c
+++ b/src/eog-plugin-engine.c
@@ -124,8 +124,7 @@ eog_plugin_engine_new (void)
engine = EOG_PLUGIN_ENGINE (g_object_new (EOG_TYPE_PLUGIN_ENGINE,
NULL));
- /* Don't enable python and seed bindings as they are not working very
- * well with eog yet (e.g. are having ref counting issues). */
+ peas_engine_enable_loader (PEAS_ENGINE (engine), "python");
user_plugin_path = g_build_filename (eog_util_dot_dir (),
USER_EOG_PLUGINS_LOCATION, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]