[totem/wip/python3: 2/5] Load python3 loader



commit 378f9f8590905a92cd3cc9abfd74e1b27a3ca178
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Apr 29 17:13:47 2013 +0200

    Load python3 loader

 src/plugins/totem-plugins-engine.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/totem-plugins-engine.c b/src/plugins/totem-plugins-engine.c
index 2f101e6..7871dfc 100644
--- a/src/plugins/totem-plugins-engine.c
+++ b/src/plugins/totem-plugins-engine.c
@@ -121,7 +121,7 @@ totem_plugins_engine_get_default (TotemObject *totem)
        }
        g_strfreev (paths);
 
-       peas_engine_enable_loader (PEAS_ENGINE (engine), "python");
+       peas_engine_enable_loader (PEAS_ENGINE (engine), "python3");
 
        g_object_add_weak_pointer (G_OBJECT (engine),
                                   (gpointer) &engine);


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