diff options
author | Not Zed <NotZed@Ximian.com> | 2003-03-26 15:01:38 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-03-26 15:01:38 +0800 |
commit | ee847725ec5e2cb388bfde284461a7811f143f3b (patch) | |
tree | 18e51cef0139b63a7713970a68202298205b359c /camel/ChangeLog | |
parent | 738282ff2845c4648c3e08fd3f9a5d62161e7253 (diff) | |
download | gsoc2013-evolution-ee847725ec5e2cb388bfde284461a7811f143f3b.tar.gz gsoc2013-evolution-ee847725ec5e2cb388bfde284461a7811f143f3b.tar.zst gsoc2013-evolution-ee847725ec5e2cb388bfde284461a7811f143f3b.zip |
Ignore whether or not the bag is currently reserved. We'll miss the new
2003-03-27 Not Zed <NotZed@Ximian.com>
* camel-object.c (camel_object_bag_list): Ignore whether or not
the bag is currently reserved. We'll miss the new potential
object, but only 1. Should address #40103.
svn path=/trunk/; revision=20514
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 0eb07bf1e3..87e6c8d523 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2003-03-27 Not Zed <NotZed@Ximian.com> + + * camel-object.c (camel_object_bag_list): Ignore whether or not + the bag is currently reserved. We'll miss the new potential + object, but only 1. Should address #40103. + 2003-03-25 Jeffrey Stedfast <fejj@ximian.com> * camel-service.c (camel_gethostbyaddr): Don't use setv when we |