[gnome-utils] baobab: Use /org/gnome as starting path for schemas



commit 6022ccab179963b35bbc3296afb05a659f371f56
Author: Luca Ferretti <lferrett gnome org>
Date:   Wed Mar 23 16:52:48 2011 +0100

    baobab: Use /org/gnome as starting path for schemas

 baobab/data/org.gnome.baobab.gschema.xml.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/baobab/data/org.gnome.baobab.gschema.xml.in b/baobab/data/org.gnome.baobab.gschema.xml.in
index 6688902..4c07552 100644
--- a/baobab/data/org.gnome.baobab.gschema.xml.in
+++ b/baobab/data/org.gnome.baobab.gschema.xml.in
@@ -1,9 +1,9 @@
 <schemalist>
-  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.baobab" path="/apps/baobab/">
+  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.baobab" path="/org/gnome/baobab/">
     <child name="preferences" schema="org.gnome.baobab.preferences"/>
     <child name="ui" schema="org.gnome.baobab.ui"/>
   </schema>
-  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.baobab.preferences" path="/apps/baobab/preferences/">
+  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.baobab.preferences" path="/org/gnome/baobab/preferences/">
     <key name="monitor-home" type="b">
       <default>false</default>
       <_summary>Monitor Home</_summary>
@@ -15,7 +15,7 @@
       <_description>A list of URIs for partitions to be excluded from scanning.</_description>
     </key>
   </schema>
-  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.baobab.ui" path="/apps/baobab/ui/">
+  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.baobab.ui" path="/org/gnome/baobab/ui/">
     <key name="toolbar-visible" type="b">
       <default>true</default>
       <_summary>Toolbar is Visible</_summary>



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