diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-20 01:10:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-20 01:10:21 +0800 |
commit | e5775b9f555c8a4215c766e80caabfd882745abf (patch) | |
tree | 4cf45e8e285f7feb476ca634e4c36fa8b81d3a02 /shell/ChangeLog | |
parent | 5f467a8f64182807cae9a27da004f84770590b7d (diff) | |
download | gsoc2013-evolution-e5775b9f555c8a4215c766e80caabfd882745abf.tar gsoc2013-evolution-e5775b9f555c8a4215c766e80caabfd882745abf.tar.gz gsoc2013-evolution-e5775b9f555c8a4215c766e80caabfd882745abf.tar.bz2 gsoc2013-evolution-e5775b9f555c8a4215c766e80caabfd882745abf.tar.lz gsoc2013-evolution-e5775b9f555c8a4215c766e80caabfd882745abf.tar.xz gsoc2013-evolution-e5775b9f555c8a4215c766e80caabfd882745abf.tar.zst gsoc2013-evolution-e5775b9f555c8a4215c766e80caabfd882745abf.zip |
(evolution_storage_update_folder): Do not
stop propagating the notification to the listeners if
::notifyFolderUpdate() fails. [#27662 (?)]
svn path=/trunk/; revision=18117
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 3f89a3575d..48bcbc8f6e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2002-09-19 Ettore Perazzoli <ettore@ximian.com> + * evolution-storage.c (evolution_storage_update_folder): Do not + stop propagating the notification to the listeners if + ::notifyFolderUpdate() fails. [#27662 (?)] + +2002-09-19 Ettore Perazzoli <ettore@ximian.com> + * e-storage-set-view.c (resort): New. (sort_idle_callback): Use it. (insert_storages): Use resort() instead of queue_resort() so we |