diff options
author | Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> | 2006-01-30 13:17:24 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-01-30 13:17:24 +0800 |
commit | 3fc81ed934db3384694edd38b46e78393c0db640 (patch) | |
tree | 38b9af996bea3c4b8139d6d98fd99cee3ed761e9 /shell/apps_evolution_shell.schemas.in.in | |
parent | 93acd6f496c863f385eb6fd995f964c84e89a9d2 (diff) | |
download | gsoc2013-evolution-3fc81ed934db3384694edd38b46e78393c0db640.tar.gz gsoc2013-evolution-3fc81ed934db3384694edd38b46e78393c0db640.tar.zst gsoc2013-evolution-3fc81ed934db3384694edd38b46e78393c0db640.zip |
** Fixes Bug #257654
2006-01-26 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
** Fixes Bug #257654
* e-shell-window.c:
* e-shell-window-commands.c: Added code to show/hide sidebar.
svn path=/trunk/; revision=31345
Diffstat (limited to 'shell/apps_evolution_shell.schemas.in.in')
-rw-r--r-- | shell/apps_evolution_shell.schemas.in.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/apps_evolution_shell.schemas.in.in b/shell/apps_evolution_shell.schemas.in.in index c32189cb06..911c4fc902 100644 --- a/shell/apps_evolution_shell.schemas.in.in +++ b/shell/apps_evolution_shell.schemas.in.in @@ -130,6 +130,18 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/shell/view_defaults/sidebar_visible</key> + <applyto>/apps/evolution/shell/view_defaults/sidebar_visible</applyto> + <owner>evolution</owner> + <type>bool</type> + <default>TRUE</default> + <locale name="C"> + <short>Sidebar is visible</short> + <long>Whether the sidebar 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> |