aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-private.h
diff options
context:
space:
mode:
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