Fix the schema path

This commit is contained in:
Michael Catanzaro 2013-05-15 20:51:59 -05:00
parent 1988dc8074
commit a836266e35
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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);