[gnome-bluetooth] data: Fix GSettings paths



commit 6219f10045a15a233dfb3ee6642e298b6c4b4d01
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Nov 8 14:54:18 2010 +0000

    data: Fix GSettings paths

 properties/org.gnome.Bluetooth.gschema.xml.in |    2 +-
 sendto/org.gnome.Bluetooth.nst.gschema.xml.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/properties/org.gnome.Bluetooth.gschema.xml.in b/properties/org.gnome.Bluetooth.gschema.xml.in
index ee7165f..9b8c701 100644
--- a/properties/org.gnome.Bluetooth.gschema.xml.in
+++ b/properties/org.gnome.Bluetooth.gschema.xml.in
@@ -1,5 +1,5 @@
 <schemalist>
-  <schema id="org.gnome.Bluetooth" path="/apps/bluetooth-manager/" gettext-domain="gnome-bluetooth2">
+  <schema id="org.gnome.Bluetooth" path="/org/gnome/Bluetooth/" gettext-domain="gnome-bluetooth2">
     <key name="show-icon" type="b">
       <default>true</default>
       <summary>Whether to show the notification icon</summary>
diff --git a/sendto/org.gnome.Bluetooth.nst.gschema.xml.in b/sendto/org.gnome.Bluetooth.nst.gschema.xml.in
index 53685d8..2b4dd87 100644
--- a/sendto/org.gnome.Bluetooth.nst.gschema.xml.in
+++ b/sendto/org.gnome.Bluetooth.nst.gschema.xml.in
@@ -1,5 +1,5 @@
 <schemalist>
-  <schema id="org.gnome.Bluetooth.nst" path="/apps/bluetooth-sendto/" gettext-domain="gnome-bluetooth2">
+  <schema id="org.gnome.Bluetooth.nst" path="/org/gnome/Bluetooth/sendto/" gettext-domain="gnome-bluetooth2">
     <key name="last-used" type="s">
       <default>''</default>
       <summary>The last Bluetooth device we sent files to</summary>



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