[rygel] data: Correct a typo in default config files



commit 228a905333f3064eeb25ca8ffd2549716fc3ad8d
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Aug 30 20:53:13 2010 +0300

    data: Correct a typo in default config files

 data/rygel-default.conf |    2 +-
 data/rygel-maemo.conf   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/rygel-default.conf b/data/rygel-default.conf
index f8d71fa..65183bc 100644
--- a/data/rygel-default.conf
+++ b/data/rygel-default.conf
@@ -73,7 +73,7 @@ title= REALNAME@'s media
 #       * @VIDEOS@: The standard videos folder (typically ${HOME}/Videos).
 #       * @PICTURES@: The standard pictures folder (typically ${HOME}/Pictures).
 #
-uris= MUSIC@:@VIDEOS@;@PICTURES@
+uris= MUSIC@;@VIDEOS@;@PICTURES@
 include-filter=.mp3;.oga;.ogv;.ogg;.mkv;.avi;.mp4;.m4v;m4a;.mpeg;.mpg;.ts;.flac;.jpeg;.jpg;.png;.wav;.wma;.wmv;.asf
 extract-metadata=true
 
diff --git a/data/rygel-maemo.conf b/data/rygel-maemo.conf
index 49f8ea8..4830fef 100644
--- a/data/rygel-maemo.conf
+++ b/data/rygel-maemo.conf
@@ -73,7 +73,7 @@ title= HOSTNAME@
 #       * @VIDEOS@: The standard videos folder (typically ${HOME}/Videos).
 #       * @PICTURES@: The standard pictures folder (typically ${HOME}/Pictures).
 #
-uris= MUSIC@:@VIDEOS@;@PICTURES@
+uris= MUSIC@;@VIDEOS@;@PICTURES@
 include-filter=.mp3;.oga;.ogv;.ogg;.mkv;.avi;.mp4;.m4v;m4a;.mpeg;.mpg;.ts;.flac;.jpeg;.jpg;.png;.wav;.wma;.wmv;.asf
 extract-metadata=true
 



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