diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-05-29 09:13:38 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-05-29 09:13:38 +0800 |
commit | aaa9b9bb2ab4ff9fba2a6b9cc68fbc7fdfaa71bc (patch) | |
tree | 30b7f90a9ba1f5880c5a7e548e27a8b19696c0dc /composer/ChangeLog | |
parent | 36b0cb239ae498f087f4a9b30fd9377bef5e6193 (diff) | |
download | gsoc2013-evolution-aaa9b9bb2ab4ff9fba2a6b9cc68fbc7fdfaa71bc.tar gsoc2013-evolution-aaa9b9bb2ab4ff9fba2a6b9cc68fbc7fdfaa71bc.tar.gz gsoc2013-evolution-aaa9b9bb2ab4ff9fba2a6b9cc68fbc7fdfaa71bc.tar.bz2 gsoc2013-evolution-aaa9b9bb2ab4ff9fba2a6b9cc68fbc7fdfaa71bc.tar.lz gsoc2013-evolution-aaa9b9bb2ab4ff9fba2a6b9cc68fbc7fdfaa71bc.tar.xz gsoc2013-evolution-aaa9b9bb2ab4ff9fba2a6b9cc68fbc7fdfaa71bc.tar.zst gsoc2013-evolution-aaa9b9bb2ab4ff9fba2a6b9cc68fbc7fdfaa71bc.zip |
Use e_utf8_to_gtk_string() on the description of the attachment since
2001-05-28 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment-bar.c (update): Use
e_utf8_to_gtk_string() on the description of the attachment since
camel stores these as utf-8 strings.
svn path=/trunk/; revision=10036
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index a3f7f8933b..e771a2e03a 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2001-05-28 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer-attachment-bar.c (update): Use + e_utf8_to_gtk_string() on the description of the attachment since + camel stores these as utf-8 strings. + 2001-05-28 Jason Leach <jleach@ximian.com> * Makefile.am (INCLUDES): srcdir != builddir fix. |