diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-11 04:14:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-11 04:14:12 +0800 |
commit | 128d255031170115e4f2427294beff9ac1d04179 (patch) | |
tree | bbcc7a8f37779340a4804ba596cd3137ca036066 /camel/ChangeLog | |
parent | 497516ec005a8c27065e003093be6d18470fc58d (diff) | |
download | gsoc2013-evolution-128d255031170115e4f2427294beff9ac1d04179.tar gsoc2013-evolution-128d255031170115e4f2427294beff9ac1d04179.tar.gz gsoc2013-evolution-128d255031170115e4f2427294beff9ac1d04179.tar.bz2 gsoc2013-evolution-128d255031170115e4f2427294beff9ac1d04179.tar.lz gsoc2013-evolution-128d255031170115e4f2427294beff9ac1d04179.tar.xz gsoc2013-evolution-128d255031170115e4f2427294beff9ac1d04179.tar.zst gsoc2013-evolution-128d255031170115e4f2427294beff9ac1d04179.zip |
fix a stupid typo. Thank you, C.
* camel-multipart.c (write_to_stream): fix a stupid typo. Thank
you, C.
* camel-mime-part.c (write_to_stream): don't ref the stream before
wrapper a filter around it, since nothing will ever unref it.
svn path=/trunk/; revision=2978
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f9190591b1..e7953e65a6 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2000-05-10 Dan Winship <danw@helixcode.com> + + * camel-multipart.c (write_to_stream): fix a stupid typo. Thank + you, C. + + * camel-mime-part.c (write_to_stream): don't ref the stream before + wrapper a filter around it, since nothing will ever unref it. + 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added camel-types.h, camel-folder-pt-proxy.h, and |