[gnome-bluetooth] Fix plugin loading from the source tree



commit b73e8041846814383ab4b96b1abeb44c9e2ab734
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jun 15 19:14:52 2009 +0100

    Fix plugin loading from the source tree
    
    Forgot to change the common/ directory to lib/

 lib/bluetooth-plugin-manager.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/bluetooth-plugin-manager.c b/lib/bluetooth-plugin-manager.c
index 2d1554c..cc78b80 100644
--- a/lib/bluetooth-plugin-manager.c
+++ b/lib/bluetooth-plugin-manager.c
@@ -29,7 +29,7 @@
 #include <bluetooth-plugin.h>
 #include "bluetooth-plugin-manager.h"
 
-#define UNINSTALLED_PLUGINDIR "../common/plugins"
+#define UNINSTALLED_PLUGINDIR "../lib/plugins"
 
 GList *plugin_list = NULL;
 
@@ -83,7 +83,7 @@ bluetooth_plugin_manager_init (void)
 {
 	if (g_file_test (UNINSTALLED_PLUGINDIR, G_FILE_TEST_IS_DIR) != FALSE) {
 		/* Try to load the local plugins */
-		bluetooth_plugin_dir_process ("../common/plugins/.libs/");
+		bluetooth_plugin_dir_process ("../lib/plugins/.libs/");
 	}
 
 	if (g_list_length (plugin_list) == 0)



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