diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-04 06:05:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-04 06:05:32 +0800 |
commit | ff5e0b312d04daf97b35616b55280ae7f2d17cf7 (patch) | |
tree | 565cde742a17ea52619e93b513824b9e773bd761 /shell/e-shell-window-actions.h | |
parent | 253e90b8de63d9c064a0df05cf0e2e153f913474 (diff) | |
download | gsoc2013-evolution-ff5e0b312d04daf97b35616b55280ae7f2d17cf7.tar.gz gsoc2013-evolution-ff5e0b312d04daf97b35616b55280ae7f2d17cf7.tar.zst gsoc2013-evolution-ff5e0b312d04daf97b35616b55280ae7f2d17cf7.zip |
Finally fix the stupid shell view bootstrapping issue.
svn path=/branches/kill-bonobo/; revision=36553
Diffstat (limited to 'shell/e-shell-window-actions.h')
-rw-r--r-- | shell/e-shell-window-actions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-window-actions.h b/shell/e-shell-window-actions.h index 2dae2f73cc..0914abcbc8 100644 --- a/shell/e-shell-window-actions.h +++ b/shell/e-shell-window-actions.h @@ -81,6 +81,8 @@ E_SHELL_WINDOW_ACTION ((window), "show-toolbar") #define E_SHELL_WINDOW_ACTION_SUBMIT_BUG(window) \ 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_STYLE_BOTH(window) \ E_SHELL_WINDOW_ACTION ((window), "switcher-style-both") #define E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_ICONS(window) \ |