diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-07 15:18:55 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-07 15:18:55 +0800 |
commit | e7150f51635e89d8c4f6826e3683a447741ddfcb (patch) | |
tree | d045942987a34ac942edc39f680d65d83b7aece7 /shell/ChangeLog | |
parent | 7a8a7162aad36d2e3a360dcb3adcc62964ed2f28 (diff) | |
download | gsoc2013-evolution-e7150f51635e89d8c4f6826e3683a447741ddfcb.tar gsoc2013-evolution-e7150f51635e89d8c4f6826e3683a447741ddfcb.tar.gz gsoc2013-evolution-e7150f51635e89d8c4f6826e3683a447741ddfcb.tar.bz2 gsoc2013-evolution-e7150f51635e89d8c4f6826e3683a447741ddfcb.tar.lz gsoc2013-evolution-e7150f51635e89d8c4f6826e3683a447741ddfcb.tar.xz gsoc2013-evolution-e7150f51635e89d8c4f6826e3683a447741ddfcb.tar.zst gsoc2013-evolution-e7150f51635e89d8c4f6826e3683a447741ddfcb.zip |
Fix brainos so that the application quits after closing all the
windows (shell views).
svn path=/trunk/; revision=2865
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 508aee6be4..a1ed3bd662 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2000-05-07 Ettore Perazzoli <ettore@helixcode.com> + * main.c (main): Connect to "no_views_left", not "destroy". + + * e-shell.c (view_destroy_cb): Grmpf. + +2000-05-07 Ettore Perazzoli <ettore@helixcode.com> + * e-shell.c (e_shell_construct): Output a warning message if the shortcut file is not found. (setup_storages): Output a warning message if the local storage |