[gcalctool/gnome-3-0] Use /org/gnome as starting path for schemas



commit 3734ffb4c2faa07e69a1677a451234299eb4a762
Author: Luca Ferretti <lferrett gnome org>
Date:   Sat Mar 26 11:39:35 2011 +1100

    Use /org/gnome as starting path for schemas

 NEWS                                    |    5 +++++
 data/org.gnome.gcalctool.gschema.xml.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f4b0aeb..3fcd506 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in gcalctool 6.0.0
+
+    * Use /org/gnome as location for gsettings keys.  This will mean
+      gcalctool 5.31.x users will have their settings reset to defaults.
+
 Overview of changes in gcalctool 5.91.93
 
     * Translation updates
diff --git a/data/org.gnome.gcalctool.gschema.xml.in b/data/org.gnome.gcalctool.gschema.xml.in
index 6d01b56..f063205 100644
--- a/data/org.gnome.gcalctool.gschema.xml.in
+++ b/data/org.gnome.gcalctool.gschema.xml.in
@@ -18,7 +18,7 @@
     <value value="2" nick="gradians"/>
   </enum>
 
-  <schema path="/apps/gcalctool/" id="org.gnome.gcalctool" gettext-domain="gcalctool">
+  <schema path="/org/gnome/gcalctool/" id="org.gnome.gcalctool" gettext-domain="gcalctool">
     <key type="i" name="accuracy">
       <default>9</default>
       <range min="0" max="9"/>



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