[totem] Disable the Python loader for now



commit afef518ca487da553e736ec91812d754ac55319e
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jun 16 14:55:05 2010 +0100

    Disable the Python loader for now
    
    So we can have it installed, and not crashing when we load Totem.

 src/plugins/totem-plugins-engine.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/totem-plugins-engine.c b/src/plugins/totem-plugins-engine.c
index c821d9c..8ad1fef 100644
--- a/src/plugins/totem-plugins-engine.c
+++ b/src/plugins/totem-plugins-engine.c
@@ -230,6 +230,10 @@ totem_plugins_engine_get_default (TotemObject *totem)
 	g_object_add_weak_pointer (G_OBJECT (engine),
 				   (gpointer) &engine);
 
+	/* FIXME
+	 * Disable python loader for now */
+	peas_engine_disable_loader (PEAS_ENGINE (engine), "python");
+
 	engine->priv->totem = g_object_ref (totem);
 
 	engine->priv->activatable_extensions = peas_extension_set_new (PEAS_ENGINE (engine),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]