[cheese] Change schema path to standard format, bug 673965



commit d19e33e1d132634de8901d9c1a9405d5583fcf4b
Author: Robert Ancell <robert ancell canonical com>
Date:   Thu Apr 12 16:49:45 2012 +1000

    Change schema path to standard format, bug 673965

 data/org.gnome.Cheese.gschema.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.Cheese.gschema.xml b/data/org.gnome.Cheese.gschema.xml
index 7dbb7ad..33ed9aa 100644
--- a/data/org.gnome.Cheese.gschema.xml
+++ b/data/org.gnome.Cheese.gschema.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <schemalist>
-  <schema path='/apps/cheese/' id='org.gnome.Cheese'>
+  <schema id='org.gnome.Cheese' path='/org/gnome/cheese/'>
     <key type='b' name='countdown'>
       <summary>Use a countdown</summary>
       <description>Set to true to show a countdown before taking a photo</description>
@@ -126,4 +126,4 @@
       <range min='1' max='100000'/>
     </key>
   </schema>
-</schemalist>
\ No newline at end of file
+</schemalist>



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