diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-04-22 02:33:25 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-04-22 02:33:25 +0800 |
commit | 5eceef8c7f89897442bc888ff0239378fe25fe04 (patch) | |
tree | 14d1bad01084dfa54ac362dd6668af332488dbe4 /shell | |
parent | d3fdc350a39b67d873293364eed2be776f4e4778 (diff) | |
download | gsoc2013-evolution-5eceef8c7f89897442bc888ff0239378fe25fe04.tar.gz gsoc2013-evolution-5eceef8c7f89897442bc888ff0239378fe25fe04.tar.zst gsoc2013-evolution-5eceef8c7f89897442bc888ff0239378fe25fe04.zip |
Adding schema for statusbar_visible to enable status bar by default
svn path=/trunk/; revision=31855
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 7 | ||||
-rw-r--r-- | shell/apps_evolution_shell.schemas.in.in | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 4a87fb5467..f3af0394fe 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2006-04-21 Srinivasa Ragavan <sragavan@novell.com> + + ** Fixes bug #329731 + + * apps_evolution_shell.schemas.in.in: Added schema to maintain the + visibility of status bar. + 2006-04-18 Jeffrey Stedfast <fejj@novell.com> * e-shell-nm.c (e_shell_network_monitor): Intercept the diff --git a/shell/apps_evolution_shell.schemas.in.in b/shell/apps_evolution_shell.schemas.in.in index 911c4fc902..303525c0a1 100644 --- a/shell/apps_evolution_shell.schemas.in.in +++ b/shell/apps_evolution_shell.schemas.in.in @@ -141,7 +141,19 @@ <long>Whether the sidebar should be visible.</long> </locale> </schema> - + + <schema> + <key>/schemas/apps/evolution/shell/view_defaults/statusbar_visible</key> + <applyto>/apps/evolution/shell/view_defaults/statusbar_visible</applyto> + <owner>evolution</owner> + <type>bool</type> + <default>TRUE</default> + <locale name="C"> + <short>Statusbar is visible</short> + <long>Whether the status bar should be visible.</long> + </locale> + </schema> + <schema> <key>/schemas/apps/evolution/shell/view_defaults/component_id</key> <applyto>/apps/evolution/shell/view_defaults/component_id</applyto> |