[caribou] Really apply /org/gnome as starting prefix



commit 5cb2c2a5d7ad6add56b0f53e45b8a80d7ef74ea8
Author: Luca Ferretti <lferrett gnome org>
Date:   Fri Mar 25 20:12:16 2011 +0100

    Really apply /org/gnome as starting prefix

 caribou/common/const.py    |    2 +-
 caribou/common/settings.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/caribou/common/const.py b/caribou/common/const.py
index 3ae91e8..b3a13b7 100644
--- a/caribou/common/const.py
+++ b/caribou/common/const.py
@@ -33,7 +33,7 @@ DATA_DIR = data_path
 KEYBOARDS_DIR = join(DATA_DIR, 'keyboards')
 
 # Preferences
-CARIBOU_GCONF = '/apps/caribou/osk'
+CARIBOU_GCONF = '/org/gnome/caribou/osk'
 
 # Key types
 NORMAL_KEY_TYPE = 'normal'
diff --git a/caribou/common/settings.py b/caribou/common/settings.py
index 86ad86f..a3d900d 100644
--- a/caribou/common/settings.py
+++ b/caribou/common/settings.py
@@ -130,7 +130,7 @@ if __name__ == "__main__":
             schemafile =  doc.createElement('schemalist')
             schema = doc.createElement('schema')
             schema.setAttribute("id", GSETTINGS_SCHEMA)
-            schema.setAttribute("path", "/apps/caribou/osk/")
+            schema.setAttribute("path", "/org/gnome/caribou/osk/")
             schemafile.appendChild(schema)
             self._create_schema(settings, doc, schema)
 



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