diff options
author | Larry Ewing <lewing@ximian.com> | 2002-10-28 17:16:05 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2002-10-28 17:16:05 +0800 |
commit | 529b6c87c3341d6249a65cd092d0244c704f6aa0 (patch) | |
tree | e286dc7bf2a02bcc9a4f3867a8ca3ad5b1e84f32 /mail/ChangeLog | |
parent | c8498cbd6164f48558f62a3bc970f419f9102227 (diff) | |
download | gsoc2013-evolution-529b6c87c3341d6249a65cd092d0244c704f6aa0.tar.gz gsoc2013-evolution-529b6c87c3341d6249a65cd092d0244c704f6aa0.tar.zst gsoc2013-evolution-529b6c87c3341d6249a65cd092d0244c704f6aa0.zip |
don't queue the action until we've added ourselves to the active list,
2002-10-27 Larry Ewing <lewing@ximian.com>
* mail-display.c (fetch_next): don't queue the action until we've
added ourselves to the active list, because the fetch_done
callback can fire immediately and we'll end up queueing something
that has already been destroyed.
svn path=/trunk/; revision=18452
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 30f5853f50..36bd3749c8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2002-10-27 Larry Ewing <lewing@ximian.com> + + * mail-display.c (fetch_next): don't queue the action until we've + added ourselves to the active list, because the fetch_done + callback can fire immediately and we'll end up queueing something + that has already been destroyed. + 2002-10-24 Jeffrey Stedfast <fejj@ximian.com> Update the upgrade script to handle the new url format introduced |