From d77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 28 Jun 2001 05:56:16 +0000 Subject: Rename `e_shell_new_view()' into `e_shell_create_view()' to avoid confusion with `e_shell_view_new()'. svn path=/trunk/; revision=10556 --- shell/e-shell-folder-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-folder-commands.c') diff --git a/shell/e-shell-folder-commands.c b/shell/e-shell-folder-commands.c index a90c336da9..fbb562d81f 100644 --- a/shell/e-shell-folder-commands.c +++ b/shell/e-shell-folder-commands.c @@ -212,7 +212,7 @@ e_shell_command_open_folder_in_other_window (EShell *shell, g_return_if_fail (E_IS_SHELL (shell)); g_return_if_fail (shell_view != NULL && E_IS_SHELL_VIEW (shell_view)); - e_shell_new_view (shell, e_shell_view_get_current_uri (shell_view)); + e_shell_create_view (shell, e_shell_view_get_current_uri (shell_view)); } -- cgit v1.2.3