aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.shell.gschema.xml.in
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-10-18 23:08:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-10-19 01:23:21 +0800
commitcf730efa734bdd41f113543c04e90ba253149dff (patch)
tree166a9c0d92dcab493e2e3fa0e6d3029647104462 /data/org.gnome.evolution.shell.gschema.xml.in
parent6ad98be88e4597f0311d746a4d872d4006096de4 (diff)
downloadgsoc2013-evolution-cf730efa734bdd41f113543c04e90ba253149dff.tar
gsoc2013-evolution-cf730efa734bdd41f113543c04e90ba253149dff.tar.gz
gsoc2013-evolution-cf730efa734bdd41f113543c04e90ba253149dff.tar.bz2
gsoc2013-evolution-cf730efa734bdd41f113543c04e90ba253149dff.tar.lz
gsoc2013-evolution-cf730efa734bdd41f113543c04e90ba253149dff.tar.xz
gsoc2013-evolution-cf730efa734bdd41f113543c04e90ba253149dff.tar.zst
gsoc2013-evolution-cf730efa734bdd41f113543c04e90ba253149dff.zip
Fix some GSettings schema typos.
Diffstat (limited to 'data/org.gnome.evolution.shell.gschema.xml.in')
-rw-r--r--data/org.gnome.evolution.shell.gschema.xml.in10
1 files changed, 5 insertions, 5 deletions
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>