diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-18 06:16:46 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-18 06:16:46 +0800 |
commit | 982357f35cdadf9a823dd1b5a3c0a35bf2ecbdad (patch) | |
tree | 8a625ee1ff79fcfca14383168d6a67088c0413d5 /camel/ChangeLog | |
parent | 4ddd273ac4fc4dfa9c0b66e740801b16b691c2c1 (diff) | |
download | gsoc2013-evolution-982357f35cdadf9a823dd1b5a3c0a35bf2ecbdad.tar gsoc2013-evolution-982357f35cdadf9a823dd1b5a3c0a35bf2ecbdad.tar.gz gsoc2013-evolution-982357f35cdadf9a823dd1b5a3c0a35bf2ecbdad.tar.bz2 gsoc2013-evolution-982357f35cdadf9a823dd1b5a3c0a35bf2ecbdad.tar.lz gsoc2013-evolution-982357f35cdadf9a823dd1b5a3c0a35bf2ecbdad.tar.xz gsoc2013-evolution-982357f35cdadf9a823dd1b5a3c0a35bf2ecbdad.tar.zst gsoc2013-evolution-982357f35cdadf9a823dd1b5a3c0a35bf2ecbdad.zip |
Make sure the new description isn't the same as the old description
2001-10-17 Jeffrey Stedfast <fejj@ximian.com>
* camel-exception.c (camel_exception_set): Make sure the new
description isn't the same as the old description pointer before
freeing the old one.
(camel_exception_setv): Don't free the old description until we
set the new one this way we can reuse the old description in the
new description.
* providers/local/camel-mbox-folder.c (mbox_append_message): If
errno == EINTR, then we got a user-cancel so set the exception
appropriately so that we don't make the user shit his pants.
svn path=/trunk/; revision=13737
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 9d7314358e..f3e5231836 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,16 @@ 2001-10-17 Jeffrey Stedfast <fejj@ximian.com> + * camel-exception.c (camel_exception_set): Make sure the new + description isn't the same as the old description pointer before + freeing the old one. + (camel_exception_setv): Don't free the old description until we + set the new one this way we can reuse the old description in the + new description. + + * providers/local/camel-mbox-folder.c (mbox_append_message): If + errno == EINTR, then we got a user-cancel so set the exception + appropriately so that we don't make the user shit his pants. + * camel-filter-driver.c (do_copy): Add an optimization for when destination folder is the same as the source folder. |