aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-11-03 02:21:05 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-11-03 02:21:05 +0800
commit4052f5078c02b223b32b18dba6524e5b6201f3cf (patch)
tree9c5fe456e194224ec3eb034483f32696baf62195 /mail/ChangeLog
parent71b380658b14b5511dc5008a4eda649c97a6cfae (diff)
downloadgsoc2013-evolution-4052f5078c02b223b32b18dba6524e5b6201f3cf.tar
gsoc2013-evolution-4052f5078c02b223b32b18dba6524e5b6201f3cf.tar.gz
gsoc2013-evolution-4052f5078c02b223b32b18dba6524e5b6201f3cf.tar.bz2
gsoc2013-evolution-4052f5078c02b223b32b18dba6524e5b6201f3cf.tar.lz
gsoc2013-evolution-4052f5078c02b223b32b18dba6524e5b6201f3cf.tar.xz
gsoc2013-evolution-4052f5078c02b223b32b18dba6524e5b6201f3cf.tar.zst
gsoc2013-evolution-4052f5078c02b223b32b18dba6524e5b6201f3cf.zip
** Fixes bug #557613
2008-11-02 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #557613 * mail/em-utils.c (try_open_e_book): Wait for try_open_e_book_cb() to run before freeing the EFlag. It will run regardless of whether the EBook operation completes. svn path=/trunk/; revision=36715
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3305c700dd..4285524742 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-02 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #557613
+
+ * em-utils.c (try_open_e_book):
+ Wait for try_open_e_book_cb() to run before freeing the EFlag.
+ It will run regardless of whether the EBook operation completes.
+
2008-10-31 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #558726 (patch by Frederic van Starbmann)