aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2001-10-20 04:32:22 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-20 04:32:22 +0800
commitc8b407def5e787684b77c2637c2e9d2250cd9b55 (patch)
tree7bb35d062512240e003a11215aaff352b2445c5b /camel/ChangeLog
parent7d40e47054c9c547c6bf808d616601e848e7fe4d (diff)
downloadgsoc2013-evolution-c8b407def5e787684b77c2637c2e9d2250cd9b55.tar
gsoc2013-evolution-c8b407def5e787684b77c2637c2e9d2250cd9b55.tar.gz
gsoc2013-evolution-c8b407def5e787684b77c2637c2e9d2250cd9b55.tar.bz2
gsoc2013-evolution-c8b407def5e787684b77c2637c2e9d2250cd9b55.tar.lz
gsoc2013-evolution-c8b407def5e787684b77c2637c2e9d2250cd9b55.tar.xz
gsoc2013-evolution-c8b407def5e787684b77c2637c2e9d2250cd9b55.tar.zst
gsoc2013-evolution-c8b407def5e787684b77c2637c2e9d2250cd9b55.zip
Fixes a deadlock. camel-vee-folder.c: (folder_changed_change): Ok, so dont
Fixes a deadlock. camel-vee-folder.c: (folder_changed_change): Ok, so dont hold the subfolder lock for the whole duration of the changed event, although we probably should, requires a recursive mutex. svn path=/trunk/; revision=13802
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index fa9f43eaf3..43166e7fe0 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -21,6 +21,9 @@
(folder_changed_change): "
(folder_changed_change_uid): Also check folder_unmatched for
changed uid's so we properly update/propagate unmatched changes.
+ (folder_changed_change): Ok, so dont hold the subfolder lock for
+ the whole duration of the changed event, although we probably
+ should, requires a recursive mutex.
2001-10-18 Jeffrey Stedfast <fejj@ximian.com>