[gnome-chess] Fix the schema path



commit a836266e353f4f5e2f76b5e82aff74d54a67c2b0
Author: Michael Catanzaro <mike catanzaro gmail com>
Date:   Wed May 15 20:51:59 2013 -0500

    Fix the schema path

 data/org.gnome.gnome-chess.gschema.xml.in |    2 +-
 src/gnome-chess.vala                      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.gnome-chess.gschema.xml.in b/data/org.gnome.gnome-chess.gschema.xml.in
index 40b5a4a..7f7aee5 100644
--- a/data/org.gnome.gnome-chess.gschema.xml.in
+++ b/data/org.gnome.gnome-chess.gschema.xml.in
@@ -21,7 +21,7 @@
     <value value="2" nick="hard"/>
   </enum>
 
-  <schema id="org.gnome.gnome-chess.Settings" path="/org/gnome/gnome-chess/" gettext-domain="gnome-games">
+  <schema id="org.gnome.gnome-chess" path="/org/gnome/gnome-chess/" gettext-domain="gnome-games">
     <key name="width" type="i">
       <default>700</default>
       <_summary>The width of the window</_summary>
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 1b91663..7ed43d9 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -63,7 +63,7 @@ public class Application : Gtk.Application
     {
         base.startup ();
 
-        settings = new Settings ("org.gnome.gnome-chess.Settings");
+        settings = new Settings ("org.gnome.gnome-chess");
 
         var data_dir = File.new_for_path (Path.build_filename (Environment.get_user_data_dir (), 
"gnome-chess", null));
         DirUtils.create_with_parents (data_dir.get_path (), 0755);


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