[grilo-plugins] [filesystem] Use "base-path" key to set default root path



commit f7246dc733518ed545b64e44e25442456b86b34b
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Jun 10 21:10:44 2010 +0200

    [filesystem] Use "base-path" key to set default root path
    
    This patch changes previous "FS_PATH" name by "base-path".

 src/filesystem/grl-filesystem.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/filesystem/grl-filesystem.h b/src/filesystem/grl-filesystem.h
index ec24aa2..9b55e4a 100644
--- a/src/filesystem/grl-filesystem.h
+++ b/src/filesystem/grl-filesystem.h
@@ -52,7 +52,7 @@
                               GrlFilesystemSourceClass))
 
 /* --- Grilo Configuration --- */
-#define GRILO_CONF_CHOSEN_PATH "FS_PATH"
+#define GRILO_CONF_CHOSEN_PATH "base-path"
 
 
 typedef struct _GrlFilesystemSource GrlFilesystemSource;



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