aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-07-09 09:49:41 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-07-09 09:49:41 +0800
commit7cc3d5f443de8cb8f67006e8d28d85aca6ca0507 (patch)
tree6d40aff99cafe706e2d8b88e74019a9d1c50ed6c /camel/ChangeLog
parent6a61d6a7e5bbd29ed70c1414c905ec8ad3cadf3d (diff)
downloadgsoc2013-evolution-7cc3d5f443de8cb8f67006e8d28d85aca6ca0507.tar
gsoc2013-evolution-7cc3d5f443de8cb8f67006e8d28d85aca6ca0507.tar.gz
gsoc2013-evolution-7cc3d5f443de8cb8f67006e8d28d85aca6ca0507.tar.bz2
gsoc2013-evolution-7cc3d5f443de8cb8f67006e8d28d85aca6ca0507.tar.lz
gsoc2013-evolution-7cc3d5f443de8cb8f67006e8d28d85aca6ca0507.tar.xz
gsoc2013-evolution-7cc3d5f443de8cb8f67006e8d28d85aca6ca0507.tar.zst
gsoc2013-evolution-7cc3d5f443de8cb8f67006e8d28d85aca6ca0507.zip
Changed so we dont have the list changing under us, just going to the next
2001-07-06 Not Zed <NotZed@Ximian.com> * camel-vee-folder.c (camel_vee_folder_finalise): Changed so we dont have the list changing under us, just going to the next node before we call a function that might change the list is potentially dangerous (slight mod of peters fix). Hmm, i think it would've double-unref'd it too(?) svn path=/trunk/; revision=10900
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index df75ecbe6e..f3a37af6f2 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,11 @@
+2001-07-06 Not Zed <NotZed@Ximian.com>
+
+ * camel-vee-folder.c (camel_vee_folder_finalise): Changed so we
+ dont have the list changing under us, just going to the next node
+ before we call a function that might change the list is
+ potentially dangerous (slight mod of peters fix). Hmm, i think it
+ would've double-unref'd it too(?)
+
2001-07-08 Chris Toshok <toshok@ximian.com>
* camel-tcp-stream-openssl.c (camel_tcp_stream_openssl_finalize):