aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-05-29 09:13:38 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-05-29 09:13:38 +0800
commitaaa9b9bb2ab4ff9fba2a6b9cc68fbc7fdfaa71bc (patch)
tree30b7f90a9ba1f5880c5a7e548e27a8b19696c0dc /composer/ChangeLog
parent36b0cb239ae498f087f4a9b30fd9377bef5e6193 (diff)
downloadgsoc2013-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/ChangeLog6
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.