aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-10-28 07:16:13 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-10-28 07:16:13 +0800
commitd109123edcdc7edc2d07298f23a7045bd14bf92a (patch)
tree802971962e43e1c1cde0ff826d93d1fb6082601f /my-evolution/ChangeLog
parent54634a1357884543f64d00aa135bf8bc9a525880 (diff)
downloadgsoc2013-evolution-d109123edcdc7edc2d07298f23a7045bd14bf92a.tar
gsoc2013-evolution-d109123edcdc7edc2d07298f23a7045bd14bf92a.tar.gz
gsoc2013-evolution-d109123edcdc7edc2d07298f23a7045bd14bf92a.tar.bz2
gsoc2013-evolution-d109123edcdc7edc2d07298f23a7045bd14bf92a.tar.lz
gsoc2013-evolution-d109123edcdc7edc2d07298f23a7045bd14bf92a.tar.xz
gsoc2013-evolution-d109123edcdc7edc2d07298f23a7045bd14bf92a.tar.zst
gsoc2013-evolution-d109123edcdc7edc2d07298f23a7045bd14bf92a.zip
Slow down reload requests to work around a bug in gnome-vfs. Ugly, but it
2001-10-27 Jon Trowbridge <trow@ximian.com> * e-summary.c (e_summary_reload): Slow down reload requests to work around a bug in gnome-vfs. Ugly, but it works. (Bug #12956) svn path=/trunk/; revision=14239
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r--my-evolution/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 98334158a9..b9d710ac05 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-27 Jon Trowbridge <trow@ximian.com>
+
+ * e-summary.c (e_summary_reload): Slow down reload requests
+ to work around a bug in gnome-vfs. Ugly, but it works.
+ (Bug #12956)
+
2001-10-26 Iain Holmes <iain@ximian.com>
* e-summary-rdf.c (open_callback): NULL the handle after a failed
@@ -16,7 +22,7 @@
2001-10-25 Jon Trowbridge <trow@ximian.com>
* e-summary-tasks.c (sort_uids): It is possible for
- start_foo.value to be NULL after a cal to
+ start_foo.value to be NULL after a call to
cal_component_get_dtstart, so we need to check for this before
dereferencing it. (Bug #13259)