diff options
author | Dan Winship <danw@src.gnome.org> | 2001-01-24 04:34:50 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-01-24 04:34:50 +0800 |
commit | 5d7f815b3eede63ce843c7de7a3d2302c6b93586 (patch) | |
tree | 2ff2b1789ad7455a4aaf14304323efd8194ca387 /camel/ChangeLog | |
parent | 4028f454b6c274fa093056180af8d11e5c7bfd1e (diff) | |
download | gsoc2013-evolution-5d7f815b3eede63ce843c7de7a3d2302c6b93586.tar.gz gsoc2013-evolution-5d7f815b3eede63ce843c7de7a3d2302c6b93586.tar.zst gsoc2013-evolution-5d7f815b3eede63ce843c7de7a3d2302c6b93586.zip |
Add a lock around the delayed loading, so two threads won't try to do it
* providers/imap/camel-imap-wrapper.c: Add a lock around the
delayed loading, so two threads won't try to do it at the same
time.
svn path=/trunk/; revision=7752
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 82058c85bb..a9a0f69a14 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-01-23 Dan Winship <danw@ximian.com> + + * providers/imap/camel-imap-wrapper.c: Add a lock around the + delayed loading, so two threads won't try to do it at the same + time. + 2001-01-22 Dan Winship <danw@ximian.com> * providers/vee/camel-vee-folder.c (camel_vee_folder_new): Set the |