[rygel/config] Fix schema file



commit d934874f73c81845768a355b2875f88fc3c59d96
Author: Jens Georg <mail jensge org>
Date:   Wed May 27 22:24:44 2009 +0200

    Fix schema file
    
     - Missing </schema> tag
     - Wrong plugin name used
---
 data/rygel.schemas |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/data/rygel.schemas b/data/rygel.schemas
index 8a178b6..7649786 100644
--- a/data/rygel.schemas
+++ b/data/rygel.schemas
@@ -121,6 +121,7 @@
           <short>List of folders to export</short>
           <long>List of folders to export; if list is empty, the XDG media directries are exported</long>
         </locale>
+      </schema>
       <schema>
         <key>/schemas/apps/rygel/DVB/enabled</key>
         <applyto>/apps/rygel/DVB/enabled</applyto>
@@ -145,7 +146,7 @@
       </schema>
       <schema>
           <key>/schemas/apps/rygel/ZDFMediathek/enabled</key>
-          <applyto>/apps/rygel/Mediathek/enabled</applyto>
+          <applyto>/apps/rygel/ZDFMediathek/enabled</applyto>
           <owner>rygel</owner>
           <type>bool</type>
           <default>FALSE</default>
@@ -156,7 +157,7 @@
       </schema>
       <schema>
           <key>/schemas/apps/rygel/ZDFMediathek/rss</key>
-          <applyto>/apps/rygel/Mediathek/rss</applyto>
+          <applyto>/apps/rygel/ZDFMediathek/rss</applyto>
           <owner>rygel</owner>
           <type>list</type>
           <list_type>int</list_type>



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