From 20168f042f92a0e2037a68453304e7e9f5d1a324 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 3 Mar 2010 16:39:10 +0000 Subject: Add a set of actions that open a view in a new window --- shell/e-shell-window-private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell/e-shell-window-private.h') 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 -- cgit