diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-25 12:41:32 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-25 12:41:32 +0800 |
commit | 8a77a47f19e26c32eac2a2d0407d648bf3d72a73 (patch) | |
tree | 83e34c4e2f2c6e42f929c8565f737ba6817aaae3 /shell/e-shell.h | |
parent | 5cd485fec1d234526a8027da736e8c13aa9e6ac2 (diff) | |
download | gsoc2013-evolution-8a77a47f19e26c32eac2a2d0407d648bf3d72a73.tar.gz gsoc2013-evolution-8a77a47f19e26c32eac2a2d0407d648bf3d72a73.tar.zst gsoc2013-evolution-8a77a47f19e26c32eac2a2d0407d648bf3d72a73.zip |
Remove the ugliness that was `e_shell_quit()'; implement an
`e_shell_destroy_all_views()' function instead, and get the "Exit"
menu item to use that instead.
svn path=/trunk/; revision=10467
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 a07706a41d..b876f64743 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -97,7 +97,7 @@ EFolderTypeRegistry *e_shell_get_folder_type_registry (EShell *shell); gboolean e_shell_save_settings (EShell *shell); gboolean e_shell_restore_from_settings (EShell *shell); -void e_shell_quit (EShell *shell); +void e_shell_destroy_all_views (EShell *shell); void e_shell_component_maybe_crashed (EShell *shell, const char *uri, |