aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 5484573079..5513efbe95 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -957,7 +957,7 @@ e_shell_window_get_shell_view_action (EShellWindow *shell_window,
g_return_val_if_fail (E_IS_SHELL_WINDOW (shell_window), NULL);
g_return_val_if_fail (view_name != NULL, NULL);
- action_name = g_strdup_printf (SWITCHER_FORMAT, view_name);
+ action_name = g_strdup_printf (E_SHELL_SWITCHER_FORMAT, view_name);
action = e_shell_window_get_action (shell_window, action_name);
g_free (action_name);