aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-private.h
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-03-04 00:39:10 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-14 09:53:17 +0800
commit20168f042f92a0e2037a68453304e7e9f5d1a324 (patch)
tree3edf34c33072b71ce69943f9ba566a6db54e036a /shell/e-shell-window-private.h
parentb0cec1668ec193c0fa120410a91e4e53467ec94e (diff)
downloadgsoc2013-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-private.h')
-rw-r--r--shell/e-shell-window-private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h
index 87e18646c4..b11222d93a 100644
--- a/shell/e-shell-window-private.h
+++ b/shell/e-shell-window-private.h
@@ -61,7 +61,8 @@
/* Format for switcher action names.
* The last part is the shell view name.
* (e.g. switch-to-mail, switch-to-calendar) */
-#define SWITCHER_FORMAT "switch-to-%s"
+#define E_SHELL_SWITCHER_FORMAT "switch-to-%s"
+#define E_SHELL_NEW_WINDOW_FORMAT "new-%s-window"
G_BEGIN_DECLS