diff options
author | Not Zed <NotZed@Ximian.com> | 2002-11-08 14:59:12 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-11-08 14:59:12 +0800 |
commit | ef7e69f0f3fd13c783e93d49fe39918d21e52dad (patch) | |
tree | 2d9202e1043071d53b73f3420322864f1b1d3a0b /camel/ChangeLog | |
parent | 234540a383de150f0a79df466aa76dae4096d09c (diff) | |
download | gsoc2013-evolution-ef7e69f0f3fd13c783e93d49fe39918d21e52dad.tar.gz gsoc2013-evolution-ef7e69f0f3fd13c783e93d49fe39918d21e52dad.tar.zst gsoc2013-evolution-ef7e69f0f3fd13c783e93d49fe39918d21e52dad.zip |
constify the content_type.
2002-11-07 Not Zed <NotZed@Ximian.com>
* camel-mime-part.c (camel_mime_part_set_content_type): constify
the content_type.
svn path=/trunk/; revision=18660
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index dccb142d0e..702e7378c9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2002-11-07 Not Zed <NotZed@Ximian.com> + + * camel-mime-part.c (camel_mime_part_set_content_type): constify + the content_type. + 2002-11-07 Jeffrey Stedfast <fejj@ximian.com> * camel-i18n.h: Added. |