From cf730efa734bdd41f113543c04e90ba253149dff Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 18 Oct 2011 11:08:00 -0400 Subject: Fix some GSettings schema typos. --- data/Makefile.am | 2 +- data/org.gnome.evolution.shell.gschema.xml.in | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'data') 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. - + 0 <_summary>Default window Y coordinate <_description>The default Y coordinate for the main window. - + 0 <_summary>Default window X coordinate <_description>The default X coordinate for the main window. @@ -61,7 +61,7 @@ <_description>Whether the window buttons should be visible. - toolbar + 'toolbar' <_summary>Window button style <_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. @@ -76,12 +76,12 @@ <_description>Whether the sidebar should be visible. - TRUE + true <_summary>Statusbar is visible <_description>Whether the status bar should be visible. - mail + 'mail' <_summary>ID or alias of the component to be shown by default at start-up. <_description>ID or alias of the component to be shown by default at start-up. -- cgit