[totem] Fix run-time warning wrt libpeas changes



commit 203cb232547dcb8093b373e982e58a14dc181ef7
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Aug 20 16:41:38 2010 +0100

    Fix run-time warning wrt libpeas changes

 src/plugins/totem-plugins-engine.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/totem-plugins-engine.c b/src/plugins/totem-plugins-engine.c
index 14f178d..bf6f76c 100644
--- a/src/plugins/totem-plugins-engine.c
+++ b/src/plugins/totem-plugins-engine.c
@@ -197,7 +197,6 @@ totem_plugins_engine_get_default (TotemObject *totem)
 	engine = TOTEM_PLUGINS_ENGINE (g_object_new (TOTEM_TYPE_PLUGINS_ENGINE,
 						     "app-name", "Totem",
 						     "search-paths", array->pdata,
-						     "base-module-dir", TOTEM_PLUGIN_DIR,
 						     NULL));
 	g_strfreev (paths);
 	g_ptr_array_free (array, TRUE);



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