diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 5c0ec4df74..021dfbd1d2 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -86,8 +86,8 @@ gboolean e_shell_construct (EShell *shell, EShell *e_shell_new (const char *local_directory, gboolean show_splash); -EShellView *e_shell_new_view (EShell *shell, - const char *uri); +EShellView *e_shell_create_view (EShell *shell, + const char *uri); const char *e_shell_get_local_directory (EShell *shell); EShortcuts *e_shell_get_shortcuts (EShell *shell); |