aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-actions.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-02 08:11:22 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-02 08:11:22 +0800
commit4dbdbe168d601ac4b59c19426d2fec18fbf07811 (patch)
tree7a74a08126e788e7e6a609ba1c51f47c97b2db03 /shell/e-shell-window-actions.h
parent136adee47614d99ed26a294865cfd0d1ffb2cf7f (diff)
downloadgsoc2013-evolution-4dbdbe168d601ac4b59c19426d2fec18fbf07811.tar
gsoc2013-evolution-4dbdbe168d601ac4b59c19426d2fec18fbf07811.tar.gz
gsoc2013-evolution-4dbdbe168d601ac4b59c19426d2fec18fbf07811.tar.bz2
gsoc2013-evolution-4dbdbe168d601ac4b59c19426d2fec18fbf07811.tar.lz
gsoc2013-evolution-4dbdbe168d601ac4b59c19426d2fec18fbf07811.tar.xz
gsoc2013-evolution-4dbdbe168d601ac4b59c19426d2fec18fbf07811.tar.zst
gsoc2013-evolution-4dbdbe168d601ac4b59c19426d2fec18fbf07811.zip
Disable switcher actions when sidebar is hidden.
Diffstat (limited to 'shell/e-shell-window-actions.h')
-rw-r--r--shell/e-shell-window-actions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-window-actions.h b/shell/e-shell-window-actions.h
index 3b8774a494..757487b72f 100644
--- a/shell/e-shell-window-actions.h
+++ b/shell/e-shell-window-actions.h
@@ -83,6 +83,8 @@
E_SHELL_WINDOW_ACTION ((window), "submit-bug")
#define E_SHELL_WINDOW_ACTION_SWITCHER_INITIAL(window) \
E_SHELL_WINDOW_ACTION ((window), "switcher-initial")
+#define E_SHELL_WINDOW_ACTION_SWITCHER_MENU(window) \
+ E_SHELL_WINDOW_ACTION ((window), "switcher-menu")
#define E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_BOTH(window) \
E_SHELL_WINDOW_ACTION ((window), "switcher-style-both")
#define E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_ICONS(window) \