diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-07-17 01:11:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-07-17 01:11:11 +0800 |
commit | 1db91f63b845278324844db6e016008fcf896a92 (patch) | |
tree | 8d3b6d9d815bdd0673517c3bbc50ecedaa6ce61c /camel/ChangeLog | |
parent | 230dd59a435687338ca6bd5ff72adc1abc9b8d97 (diff) | |
download | gsoc2013-evolution-1db91f63b845278324844db6e016008fcf896a92.tar.gz gsoc2013-evolution-1db91f63b845278324844db6e016008fcf896a92.tar.zst gsoc2013-evolution-1db91f63b845278324844db6e016008fcf896a92.zip |
Don't grab the connect_lock before calling refresh_info so that we avoid
2004-07-15 Jeffrey Stedfast <fejj@novell.com>
* providers/imap/camel-imap-folder.c (imap_transfer_online): Don't
grab the connect_lock before calling refresh_info so that we avoid
the deadlock in bug #61551.
svn path=/trunk/; revision=26668
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 5727710356..80a664716a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2004-07-15 Jeffrey Stedfast <fejj@novell.com> + + * providers/imap/camel-imap-folder.c (imap_transfer_online): Don't + grab the connect_lock before calling refresh_info so that we avoid + the deadlock in bug #61551. + 2004-07-14 Jeffrey Stedfast <fejj@novell.com> Fix for bug #61538 |