[gnome-session] schema: Change path of GSettings schema



commit df3abfc850e1b505e1fece6bbd1a8411b7a76f05
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Mar 30 13:15:41 2011 +0530

    schema: Change path of GSettings schema
    
    Use gnome-session instead of GnomeSession, since this is really the id
    of this module. Users who have the fallback mode will get the error
    dialog on first login again; else, there is really no side-effect.

 data/org.gnome.SessionManager.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.SessionManager.gschema.xml.in b/data/org.gnome.SessionManager.gschema.xml.in
index 8e88a7a..c9d857d 100644
--- a/data/org.gnome.SessionManager.gschema.xml.in
+++ b/data/org.gnome.SessionManager.gschema.xml.in
@@ -1,5 +1,5 @@
 <schemalist gettext-domain="gnome-session-3.0">
-  <schema id="org.gnome.SessionManager" path="/org/gnome/GnomeSession/">
+  <schema id="org.gnome.SessionManager" path="/org/gnome/gnome-session/">
     <key name="auto-save-session" type="b">
       <default>false</default>
       <summary>Save sessions</summary>



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