diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-04 00:39:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-14 09:53:17 +0800 |
commit | 20168f042f92a0e2037a68453304e7e9f5d1a324 (patch) | |
tree | 3edf34c33072b71ce69943f9ba566a6db54e036a /shell/e-shell-window-actions.h | |
parent | b0cec1668ec193c0fa120410a91e4e53467ec94e (diff) | |
download | gsoc2013-evolution-20168f042f92a0e2037a68453304e7e9f5d1a324.tar gsoc2013-evolution-20168f042f92a0e2037a68453304e7e9f5d1a324.tar.gz gsoc2013-evolution-20168f042f92a0e2037a68453304e7e9f5d1a324.tar.bz2 gsoc2013-evolution-20168f042f92a0e2037a68453304e7e9f5d1a324.tar.lz gsoc2013-evolution-20168f042f92a0e2037a68453304e7e9f5d1a324.tar.xz gsoc2013-evolution-20168f042f92a0e2037a68453304e7e9f5d1a324.tar.zst gsoc2013-evolution-20168f042f92a0e2037a68453304e7e9f5d1a324.zip |
Add a set of actions that open a view in a new window
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 4833ad0c9f..616899f61c 100644 --- a/shell/e-shell-window-actions.h +++ b/shell/e-shell-window-actions.h @@ -131,5 +131,7 @@ E_SHELL_WINDOW_ACTION_GROUP ((window), "shell") #define E_SHELL_WINDOW_ACTION_GROUP_SWITCHER(window) \ E_SHELL_WINDOW_ACTION_GROUP ((window), "switcher") +#define E_SHELL_WINDOW_ACTION_GROUP_NEW_WINDOW(window) \ + E_SHELL_WINDOW_ACTION_GROUP ((window), "new-window") #endif /* E_SHELL_WINDOW_ACTIONS_H */ |