diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-10-18 23:08:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-10-19 01:23:21 +0800 |
commit | cf730efa734bdd41f113543c04e90ba253149dff (patch) | |
tree | 166a9c0d92dcab493e2e3fa0e6d3029647104462 /data | |
parent | 6ad98be88e4597f0311d746a4d872d4006096de4 (diff) | |
download | gsoc2013-evolution-cf730efa734bdd41f113543c04e90ba253149dff.tar.gz gsoc2013-evolution-cf730efa734bdd41f113543c04e90ba253149dff.tar.zst gsoc2013-evolution-cf730efa734bdd41f113543c04e90ba253149dff.zip |
Fix some GSettings schema typos.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/org.gnome.evolution.shell.gschema.xml.in | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 2a8b72a680..567b9be8b2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -16,7 +16,7 @@ gsettings_SCHEMAS = \ org.gnome.evolution.calendar.gschema.xml \ org.gnome.evolution.importer.gschema.xml \ org.gnome.evolution.mail.gschema.xml \ - org.gnome.evolution.shell.gschema.xml.in \ + org.gnome.evolution.shell.gschema.xml \ org.gnome.evolution.eplugin.attachment-reminder.gschema.xml \ org.gnome.evolution.eplugin.bogo-junk.gschema.xml \ org.gnome.evolution.eplugin.email-custom-header.gschema.xml \ diff --git a/data/org.gnome.evolution.shell.gschema.xml.in b/data/org.gnome.evolution.shell.gschema.xml.in index d2fd7439cb..36e2c99523 100644 --- a/data/org.gnome.evolution.shell.gschema.xml.in +++ b/data/org.gnome.evolution.shell.gschema.xml.in @@ -31,12 +31,12 @@ <_description>Flag that enables a much simplified user interface.</_description> </key> <key name="window-y" type="i"> - <default></default> + <default>0</default> <_summary>Default window Y coordinate</_summary> <_description>The default Y coordinate for the main window.</_description> </key> <key name="window-x" type="i"> - <default></default> + <default>0</default> <_summary>Default window X coordinate</_summary> <_description>The default X coordinate for the main window.</_description> </key> @@ -61,7 +61,7 @@ <_description>Whether the window buttons should be visible.</_description> </key> <key name="buttons-style" type="s"> - <default>toolbar</default> + <default>'toolbar'</default> <_summary>Window button style</_summary> <_description>The style of the window buttons. Can be "text", "icons", "both", "toolbar". If "toolbar" is set, the style of the buttons is determined by the GNOME toolbar setting.</_description> </key> @@ -76,12 +76,12 @@ <_description>Whether the sidebar should be visible.</_description> </key> <key name="statusbar-visible" type="b"> - <default>TRUE</default> + <default>true</default> <_summary>Statusbar is visible</_summary> <_description>Whether the status bar should be visible.</_description> </key> <key name="default-component-id" type="s"> - <default>mail</default> + <default>'mail'</default> <_summary>ID or alias of the component to be shown by default at start-up.</_summary> <_description>ID or alias of the component to be shown by default at start-up.</_description> </key> |