aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-06-29 03:15:59 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-06-29 03:15:59 +0800
commit98ff5f54883630163cccf6f2edcd48716b7f2445 (patch)
treee9b43467b3d849c87231cd1f78142efb2bd850f1 /shell/ChangeLog
parent5dc39da9dab5b27ba4ef61d796bb6a5394addbb8 (diff)
downloadgsoc2013-evolution-98ff5f54883630163cccf6f2edcd48716b7f2445.tar
gsoc2013-evolution-98ff5f54883630163cccf6f2edcd48716b7f2445.tar.gz
gsoc2013-evolution-98ff5f54883630163cccf6f2edcd48716b7f2445.tar.bz2
gsoc2013-evolution-98ff5f54883630163cccf6f2edcd48716b7f2445.tar.lz
gsoc2013-evolution-98ff5f54883630163cccf6f2edcd48716b7f2445.tar.xz
gsoc2013-evolution-98ff5f54883630163cccf6f2edcd48716b7f2445.tar.zst
gsoc2013-evolution-98ff5f54883630163cccf6f2edcd48716b7f2445.zip
(impl_Storage_updateFolder): Don't stop
notifying the listeners if ::notifyFolderUpdated() fails. Should fix #25598. svn path=/trunk/; revision=17326
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index dcc9b566c0..be087166e9 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
2002-06-28 Ettore Perazzoli <ettore@ximian.com>
+ * evolution-storage.c (impl_Storage_updateFolder): Don't stop
+ notifying the listeners if ::notifyFolderUpdated() fails. Should
+ fix #25598.
+
+2002-06-28 Ettore Perazzoli <ettore@ximian.com>
+
[Fix #10681, Incorrect behavior when deleting a hierarchy of local
folders.]