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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 237d494c43..559e99f055 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,14 @@ +2001-06-25 Ettore Perazzoli <ettore@ximian.com> + + * main.c (no_views_left_cb): Don't call `e_shell_quit()' anymore. + + * e-shell-view-menu.c (command_quit): Call + `e_shell_destroy_all_views()' instead of `e_shell_quit()', which + does not exist anymore. + + * e-shell.c (e_shell_quit): Removed. + (e_shell_destroy_all_views): New. + 2001-06-24 Ettore Perazzoli <ettore@ximian.com> * Makefile.am: s/\.oafinfo/.oaf/g. |