diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-02 01:42:29 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-02 01:42:29 +0800 |
commit | f3a15eb3515fbecc1135496b3dc21990b867844f (patch) | |
tree | 0048ca0e518fe1cd49d917a816c8c5f70a53bd15 /shell/ChangeLog | |
parent | 56867f3fe28668dc013dd2f54703ddb7affdbc48 (diff) | |
download | gsoc2013-evolution-f3a15eb3515fbecc1135496b3dc21990b867844f.tar gsoc2013-evolution-f3a15eb3515fbecc1135496b3dc21990b867844f.tar.gz gsoc2013-evolution-f3a15eb3515fbecc1135496b3dc21990b867844f.tar.bz2 gsoc2013-evolution-f3a15eb3515fbecc1135496b3dc21990b867844f.tar.lz gsoc2013-evolution-f3a15eb3515fbecc1135496b3dc21990b867844f.tar.xz gsoc2013-evolution-f3a15eb3515fbecc1135496b3dc21990b867844f.tar.zst gsoc2013-evolution-f3a15eb3515fbecc1135496b3dc21990b867844f.zip |
New member preparing_to_quit in EShellPrivate.
(init): Initialize to FALSE.
(e_shell_prepare_for_quit): Set preparing_to_quit to TRUE on
entering, and set it to FALSE on return.
(view_delete_event_cb): Don't call e_shell_prepare_for_quit() if
preparing_for_quit is TRUE.
svn path=/trunk/; revision=17336
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index be087166e9..b398182b16 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2002-07-01 Ettore Perazzoli <ettore@ximian.com> + + * e-shell.c: New member preparing_to_quit in EShellPrivate. + (init): Initialize to FALSE. + (e_shell_prepare_for_quit): Set preparing_to_quit to TRUE on + entering, and set it to FALSE on return. + (view_delete_event_cb): Don't call e_shell_prepare_for_quit() if + preparing_for_quit is TRUE. + 2002-06-28 Ettore Perazzoli <ettore@ximian.com> * evolution-storage.c (impl_Storage_updateFolder): Don't stop |