diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-28 13:56:16 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-28 13:56:16 +0800 |
commit | d77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667 (patch) | |
tree | 4046aa89efe34569dfc28539676467934d610357 /shell/e-shell-view-menu.c | |
parent | 65b4ea4c01aaba9d29c59d9f659f3ecbfacaf0b8 (diff) | |
download | gsoc2013-evolution-d77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667.tar.gz gsoc2013-evolution-d77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667.tar.zst gsoc2013-evolution-d77b63aa3c2d2ecdf60ec3fbe86df2d6f5b9b667.zip |
Rename `e_shell_new_view()' into `e_shell_create_view()' to avoid
confusion with `e_shell_view_new()'.
svn path=/trunk/; revision=10556
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r-- | shell/e-shell-view-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index f4a8eb35ec..d141e43662 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -346,7 +346,7 @@ command_open_folder_in_new_window (BonoboUIComponent *uih, shell = e_shell_view_get_shell (shell_view); current_uri = e_shell_view_get_current_uri (shell_view); - e_shell_new_view (shell, current_uri); + e_shell_create_view (shell, current_uri); } |