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.c | |
parent | b0cec1668ec193c0fa120410a91e4e53467ec94e (diff) | |
download | gsoc2013-evolution-20168f042f92a0e2037a68453304e7e9f5d1a324.tar.gz 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.c')
-rw-r--r-- | shell/e-shell-window.c | 2 |
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); |