diff options
author | Dan Winship <danw@src.gnome.org> | 2001-01-12 05:53:34 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-01-12 05:53:34 +0800 |
commit | 093c24b9a767d2fa5bc29becc70bf935c9d01e7a (patch) | |
tree | e669bb52a4a702e57e1082cc0d08cdbdf788d307 /camel/ChangeLog | |
parent | 90c5d146955ef6df3cda20e2c71f96002b4331eb (diff) | |
download | gsoc2013-evolution-093c24b9a767d2fa5bc29becc70bf935c9d01e7a.tar gsoc2013-evolution-093c24b9a767d2fa5bc29becc70bf935c9d01e7a.tar.gz gsoc2013-evolution-093c24b9a767d2fa5bc29becc70bf935c9d01e7a.tar.bz2 gsoc2013-evolution-093c24b9a767d2fa5bc29becc70bf935c9d01e7a.tar.lz gsoc2013-evolution-093c24b9a767d2fa5bc29becc70bf935c9d01e7a.tar.xz gsoc2013-evolution-093c24b9a767d2fa5bc29becc70bf935c9d01e7a.tar.zst gsoc2013-evolution-093c24b9a767d2fa5bc29becc70bf935c9d01e7a.zip |
Fix a locking problem. (One branch of an if statement was returning with
* camel-folder.c (camel_folder_copy_message_to): Fix a locking
problem. (One branch of an if statement was returning with the
lock still locked.) Also remove the deprecation comments, to match
move_message_to.
svn path=/trunk/; revision=7409
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 351d917b37..4913173ef4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2001-01-11 Dan Winship <danw@ximian.com> + + * camel-folder.c (camel_folder_copy_message_to): Fix a locking + problem. (One branch of an if statement was returning with the + lock still locked.) Also remove the deprecation comments, to match + move_message_to. + 2001-01-10 Jeffrey Stedfast <fejj@helixcode.com> * providers/local/camel-local-provider.c: Changed the descriptions |