aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.shell.gschema.xml.in
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-11-28 02:40:01 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-11-28 08:03:45 +0800
commitf6f46ce7fc8950d10eb53e057117a146de5faddc (patch)
tree1399d1436a3991b979f3b0773e2cdcec41840383 /data/org.gnome.evolution.shell.gschema.xml.in
parent15da8fa99012875735ffa3a1eb54670b6d42bea4 (diff)
downloadgsoc2013-evolution-f6f46ce7fc8950d10eb53e057117a146de5faddc.tar
gsoc2013-evolution-f6f46ce7fc8950d10eb53e057117a146de5faddc.tar.gz
gsoc2013-evolution-f6f46ce7fc8950d10eb53e057117a146de5faddc.tar.bz2
gsoc2013-evolution-f6f46ce7fc8950d10eb53e057117a146de5faddc.tar.lz
gsoc2013-evolution-f6f46ce7fc8950d10eb53e057117a146de5faddc.tar.xz
gsoc2013-evolution-f6f46ce7fc8950d10eb53e057117a146de5faddc.tar.zst
gsoc2013-evolution-f6f46ce7fc8950d10eb53e057117a146de5faddc.zip
Use e_restore_window() and "org.gnome.evolution.window".
Apply it to all windows with persistent size and/or position.
Diffstat (limited to 'data/org.gnome.evolution.shell.gschema.xml.in')
-rw-r--r--data/org.gnome.evolution.shell.gschema.xml.in26
1 files changed, 1 insertions, 25 deletions
diff --git a/data/org.gnome.evolution.shell.gschema.xml.in b/data/org.gnome.evolution.shell.gschema.xml.in
index 36e2c99523..e5c09799de 100644
--- a/data/org.gnome.evolution.shell.gschema.xml.in
+++ b/data/org.gnome.evolution.shell.gschema.xml.in
@@ -30,31 +30,6 @@
<_summary>Enable express mode</_summary>
<_description>Flag that enables a much simplified user interface.</_description>
</key>
- <key name="window-y" type="i">
- <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>0</default>
- <_summary>Default window X coordinate</_summary>
- <_description>The default X coordinate for the main window.</_description>
- </key>
- <key name="window-width" type="i">
- <default>640</default>
- <_summary>Default window width</_summary>
- <_description>The default width for the main window, in pixels.</_description>
- </key>
- <key name="window-height" type="i">
- <default>480</default>
- <_summary>Default window height</_summary>
- <_description>The default height for the main window, in pixels.</_description>
- </key>
- <key name="window-maximized" type="b">
- <default>true</default>
- <_summary>Default window state</_summary>
- <_description>Whether or not the window should be maximized.</_description>
- </key>
<key name="buttons-visible" type="b">
<default>true</default>
<_summary>Window buttons are visible</_summary>
@@ -90,5 +65,6 @@
<_summary>Default sidebar width</_summary>
<_description>The default width for the sidebar, in pixels.</_description>
</key>
+ <child name="window" schema="org.gnome.evolution.window"/>
</schema>
</schemalist>