diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-03-06 23:15:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-06 23:15:41 +0800 |
commit | b268196c1cc77b65645661b1cab47a8211d69ec9 (patch) | |
tree | 2e952590ff1c571c38e7bc9e459b553b1897cc1c /camel/ChangeLog | |
parent | 2585b48f24a4a509e4690d28e323c1661f194c74 (diff) | |
download | gsoc2013-evolution-b268196c1cc77b65645661b1cab47a8211d69ec9.tar gsoc2013-evolution-b268196c1cc77b65645661b1cab47a8211d69ec9.tar.gz gsoc2013-evolution-b268196c1cc77b65645661b1cab47a8211d69ec9.tar.bz2 gsoc2013-evolution-b268196c1cc77b65645661b1cab47a8211d69ec9.tar.lz gsoc2013-evolution-b268196c1cc77b65645661b1cab47a8211d69ec9.tar.xz gsoc2013-evolution-b268196c1cc77b65645661b1cab47a8211d69ec9.tar.zst gsoc2013-evolution-b268196c1cc77b65645661b1cab47a8211d69ec9.zip |
Get rid of the const return - it mismatches the prototype and we don't
2003-03-06 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-part.c (camel_mime_part_get_encoding): Get rid of the
const return - it mismatches the prototype and we don't need it
anyway. Fixes bug #39173.
svn path=/trunk/; revision=20191
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 86913acb7e..9c3ceb09a0 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2003-03-06 Jeffrey Stedfast <fejj@ximian.com> + * camel-mime-part.c (camel_mime_part_get_encoding): Get rid of the + const return - it mismatches the prototype and we don't need it + anyway. Fixes bug #39173. + +2003-03-06 Jeffrey Stedfast <fejj@ximian.com> + Fixes for bug #39170 * camel-store-summary.c (camel_store_info_set_string): Remove |