diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-06 03:04:03 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-06 03:04:03 +0800 |
commit | feead5b17d705f9b2587a11145e86e1a5610f491 (patch) | |
tree | 8485653ec8ef61ddb059649abea3bd2f1f826152 /camel/ChangeLog | |
parent | fee72f2ced1d37bc239a1297469988efb087374d (diff) | |
download | gsoc2013-evolution-feead5b17d705f9b2587a11145e86e1a5610f491.tar gsoc2013-evolution-feead5b17d705f9b2587a11145e86e1a5610f491.tar.gz gsoc2013-evolution-feead5b17d705f9b2587a11145e86e1a5610f491.tar.bz2 gsoc2013-evolution-feead5b17d705f9b2587a11145e86e1a5610f491.tar.lz gsoc2013-evolution-feead5b17d705f9b2587a11145e86e1a5610f491.tar.xz gsoc2013-evolution-feead5b17d705f9b2587a11145e86e1a5610f491.tar.zst gsoc2013-evolution-feead5b17d705f9b2587a11145e86e1a5610f491.zip |
fix typo/braino (set "Content-Disposition", not "Content-Description")
* camel-mime-part.c (camel_mime_part_set_disposition): fix
typo/braino (set "Content-Disposition", not "Content-Description")
(camel_mime_part_set_filename): const poison
svn path=/trunk/; revision=3424
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 92bd478802..1d2a31e8f5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-06-05 Dan Winship <danw@helixcode.com> + + * camel-mime-part.c (camel_mime_part_set_disposition): fix + typo/braino (set "Content-Disposition", not "Content-Description") + (camel_mime_part_set_filename): const poison + 2000-06-02 Not Zed <NotZed@HelixCode.com> * camel-mime-utils.c (base64_encode_step): Ick, damn signs! Fix a |