aboutsummaryrefslogtreecommitdiffstats
path: root/shell/apps_evolution_shell.schemas.in.in
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2004-06-03 04:37:14 +0800
committerWilliam Jon McCann <mccann@src.gnome.org>2004-06-03 04:37:14 +0800
commit846953d493d286b63b3345442834591551c6d338 (patch)
treef17d41b9f4fa29a25541cdf59abec326ecbd5424 /shell/apps_evolution_shell.schemas.in.in
parentd9deb731a06228dcb0023e9fe0c00a847c5b65f1 (diff)
downloadgsoc2013-evolution-846953d493d286b63b3345442834591551c6d338.tar
gsoc2013-evolution-846953d493d286b63b3345442834591551c6d338.tar.gz
gsoc2013-evolution-846953d493d286b63b3345442834591551c6d338.tar.bz2
gsoc2013-evolution-846953d493d286b63b3345442834591551c6d338.tar.lz
gsoc2013-evolution-846953d493d286b63b3345442834591551c6d338.tar.xz
gsoc2013-evolution-846953d493d286b63b3345442834591551c6d338.tar.zst
gsoc2013-evolution-846953d493d286b63b3345442834591551c6d338.zip
Add listener for the ViewToolbar command.
2004-06-01 William Jon McCann <mccann@jhu.edu> * e-shell-window-commands.c (e_shell_window_commands_setup): Add listener for the ViewToolbar command. (view_toolbar_item_toggled_handler): New function to handle toggling toolbar visibility and saving state. * e-shell-window.c (e_shell_window_save_defaults): Save the status of the toolbar visibility. (setup_widgets): Set initial state of toolbar visibility. * apps_evolution_shell.schemas.in.in: Added schema for toolbar_visible. svn path=/trunk/; revision=26157
Diffstat (limited to 'shell/apps_evolution_shell.schemas.in.in')
-rw-r--r--shell/apps_evolution_shell.schemas.in.in12
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 e71bbb4537..e26cb28717 100644
--- a/shell/apps_evolution_shell.schemas.in.in
+++ b/shell/apps_evolution_shell.schemas.in.in
@@ -84,6 +84,18 @@
</schema>
<schema>
+ <key>/schemas/apps/evolution/shell/view_defaults/toolbar_visible</key>
+ <applyto>/apps/evolution/shell/view_defaults/toolbar_visible</applyto>
+ <owner>evolution</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Toolbar is visible</short>
+ <long>Whether the toolbar 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>
<owner>evolution</owner>