aboutsummaryrefslogtreecommitdiffstats
path: root/shell/apps_evolution_shell.schemas.in.in
diff options
context:
space:
mode:
authorSven Herzberg <herzi@gnome-de.org>2006-04-28 19:19:51 +0800
committerSven Herzberg <herzi@src.gnome.org>2006-04-28 19:19:51 +0800
commit3b5da8e9378667774815abf00a80eddb4fadda89 (patch)
treef3d19ae19785aacba6cf252e8e2ad06e85659d30 /shell/apps_evolution_shell.schemas.in.in
parent3871eb6425bbd343bb14c0442c38fb7ab3b4427c (diff)
downloadgsoc2013-evolution-3b5da8e9378667774815abf00a80eddb4fadda89.tar
gsoc2013-evolution-3b5da8e9378667774815abf00a80eddb4fadda89.tar.gz
gsoc2013-evolution-3b5da8e9378667774815abf00a80eddb4fadda89.tar.bz2
gsoc2013-evolution-3b5da8e9378667774815abf00a80eddb4fadda89.tar.lz
gsoc2013-evolution-3b5da8e9378667774815abf00a80eddb4fadda89.tar.xz
gsoc2013-evolution-3b5da8e9378667774815abf00a80eddb4fadda89.tar.zst
gsoc2013-evolution-3b5da8e9378667774815abf00a80eddb4fadda89.zip
reviewed by: Srinivasa Ragavan
2006-04-28 Sven Herzberg <herzi@gnome-de.org> reviewed by: Srinivasa Ragavan * shell/apps_evolution_shell.schemas.in.in: added boolean key for the maximized state of the window * shell/e-shell-window.c: added window state saving and updated window size saving to work as expected (fixes bug 243962) svn path=/trunk/; revision=31926
Diffstat (limited to 'shell/apps_evolution_shell.schemas.in.in')
-rw-r--r--shell/apps_evolution_shell.schemas.in.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/shell/apps_evolution_shell.schemas.in.in b/shell/apps_evolution_shell.schemas.in.in
index 303525c0a1..1a0ea854f3 100644
--- a/shell/apps_evolution_shell.schemas.in.in
+++ b/shell/apps_evolution_shell.schemas.in.in
@@ -95,6 +95,30 @@
</schema>
<schema>
+ <key>/schemas/apps/evolution/shell/view_defaults/maximized</key>
+ <applyto>/apps/evolution/shell/view_defaults/maximized</applyto>
+ <owner>evolution</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Default window state</short>
+ <long>Whether or not the window should be maximized.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/evolution/shell/view_defaults/maximized</key>
+ <applyto>/apps/evolution/shell/view_defaults/maximized</applyto>
+ <owner>evolution</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Default window state</short>
+ <long>Whether or not the window should be maximized.</long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/evolution/shell/view_defaults/buttons_visible</key>
<applyto>/apps/evolution/shell/view_defaults/buttons_visible</applyto>
<owner>evolution</owner>