[eog] Enable python support for plugins



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]