]> git.0d.be Git - empathy.git/commitdiff
Use /org/gnome as starting path for schemas
authorLuca Ferretti <lferrett@gnome.org>
Wed, 23 Mar 2011 15:42:56 +0000 (16:42 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 29 Mar 2011 09:34:40 +0000 (11:34 +0200)
data/org.gnome.Empathy.gschema.xml.in

index 7db0fcdbf647be64c10ba47eb635d1249f0c59cb..1c833ffcb5f63e93323120d78f21b233cc79ce85 100644 (file)
@@ -1,5 +1,5 @@
 <schemalist>
-  <schema id="org.gnome.Empathy" path="/apps/empathy/">
+  <schema id="org.gnome.Empathy" path="/org/gnome/empathy/">
     <key name="use-conn" type="b">
       <default>true</default>
       <_summary>Connection managers should be used</_summary>
@@ -33,7 +33,7 @@
     <child name="hints" schema="org.gnome.Empathy.hints"/>
     <child name="location" schema="org.gnome.Empathy.location"/>
   </schema>
-  <schema id="org.gnome.Empathy.ui" path="/apps/empathy/ui/">
+  <schema id="org.gnome.Empathy.ui" path="/org/gnome/empathy/ui/">
     <key name="show-offline" type="b">
       <default>true</default>
       <_summary>Show offline contacts</_summary>
@@ -81,14 +81,14 @@ present them to the user immediately.</_description>
       <_description>The stored position (in pixels) of the chat window side pane.</_description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.contacts" path="/apps/empathy/contacts/">
+  <schema id="org.gnome.Empathy.contacts" path="/org/gnome/empathy/contacts/">
     <key name="sort-criterium" type="s">
       <default>'state'</default>
       <_summary>Contact list sort criterion</_summary>
       <_description>Which criterion to use when sorting the contact list. Default is to sort by the contact's name with the value "name". A value of "state" will sort the contact list by state.</_description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.sounds" path="/apps/empathy/sounds/">
+  <schema id="org.gnome.Empathy.sounds" path="/org/gnome/empathy/sounds/">
     <key name="sounds-enabled" type="b">
       <default>true</default>
       <_summary>Use notification sounds</_summary>
@@ -135,7 +135,7 @@ present them to the user immediately.</_description>
       <_description>Whether to play a sound when logging out of a network.</_description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.notifications" path="/apps/empathy/notifications/">
+  <schema id="org.gnome.Empathy.notifications" path="/org/gnome/empathy/notifications/">
     <key name="notifications-enabled" type="b">
       <default>true</default>
       <_summary>Enable popup notifications for new messages</_summary>
@@ -162,7 +162,7 @@ present them to the user immediately.</_description>
       <_description>Whether to show a popup notification when a contact goes offline.</_description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.conversation" path="/apps/empathy/conversation/">
+  <schema id="org.gnome.Empathy.conversation" path="/org/gnome/empathy/conversation/">
     <key name="graphical-smileys" type="b">
       <default>true</default>
       <_summary>Use graphical smileys</_summary>
@@ -214,14 +214,14 @@ present them to the user immediately.</_description>
       <_description>Whether Empathy should use the avatar of the contact as the chat window icon.</_description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.hints" path="/apps/empathy/hints/">
+  <schema id="org.gnome.Empathy.hints" path="/org/gnome/empathy/hints/">
     <key name="close-main-window" type="b">
       <default>true</default>
       <_summary>Show hint about closing the main window</_summary>
       <_description>Whether to show the message dialog about closing the main window with the 'x' button in the title bar.</_description>
     </key>
   </schema>
-  <schema id="org.gnome.Empathy.location" path="/apps/empathy/location/">
+  <schema id="org.gnome.Empathy.location" path="/org/gnome/empathy/location/">
     <key name="publish" type="b">
       <default>false</default>
       <_summary>Empathy can publish the user's location</_summary>