diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-18 06:53:40 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-18 06:53:40 +0800 |
commit | 431cf62eb65a6b7e470bde0034b61fa018fe2049 (patch) | |
tree | fb323d848bc721528284a57a21cec61289e0cbfb /shell/ChangeLog | |
parent | ed0347eacebd893fc25221d55fa3040b4248ce2e (diff) | |
download | gsoc2013-evolution-431cf62eb65a6b7e470bde0034b61fa018fe2049.tar.gz gsoc2013-evolution-431cf62eb65a6b7e470bde0034b61fa018fe2049.tar.zst gsoc2013-evolution-431cf62eb65a6b7e470bde0034b61fa018fe2049.zip |
New. (quit_box_destroyed_callback): New. (no_views_left_cb): Use these two
* main.c (quit_box_new): New.
(quit_box_destroyed_callback): New.
(no_views_left_cb): Use these two functions to display a warning
message when Evolution is quitting.
svn path=/trunk/; revision=12917
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 97d964b872..c8e0ee5130 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,12 @@ 2001-09-17 Ettore Perazzoli <ettore@ximian.com> + * main.c (quit_box_new): New. + (quit_box_destroyed_callback): New. + (no_views_left_cb): Use these two functions to display a warning + message when Evolution is quitting. + +2001-09-17 Ettore Perazzoli <ettore@ximian.com> + * e-shell.c (impl_Shell_getLocalStorage): Only raise NotReady if the local storage pointer is actually NULL. This way it is possible for the components to access the local storage during |