diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 2dcac9fc6d..976016da97 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -133,7 +133,7 @@ void e_shell_show_settings (EShell *shell, const char *type, EShellWindow *shell_window); -gboolean e_shell_prepare_for_quit (EShell *shell); +gboolean e_shell_quit (EShell *shell); const char *e_shell_construct_result_to_string (EShellConstructResult result); |