aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorSimon Zheng <simon.zheng@sun.com>2006-03-06 18:47:01 +0800
committerSimon Zheng <simonz@src.gnome.org>2006-03-06 18:47:01 +0800
commit1ff721e815ebf323d376b0b0dd50ecb9c9407f8f (patch)
tree983221c106e3fee4496bca88f6460909ee8a934c /widgets/misc/ChangeLog
parent4ec70528ea81baa081b4ce41e25624958b14fc4b (diff)
downloadgsoc2013-evolution-1ff721e815ebf323d376b0b0dd50ecb9c9407f8f.tar
gsoc2013-evolution-1ff721e815ebf323d376b0b0dd50ecb9c9407f8f.tar.gz
gsoc2013-evolution-1ff721e815ebf323d376b0b0dd50ecb9c9407f8f.tar.bz2
gsoc2013-evolution-1ff721e815ebf323d376b0b0dd50ecb9c9407f8f.tar.lz
gsoc2013-evolution-1ff721e815ebf323d376b0b0dd50ecb9c9407f8f.tar.xz
gsoc2013-evolution-1ff721e815ebf323d376b0b0dd50ecb9c9407f8f.tar.zst
gsoc2013-evolution-1ff721e815ebf323d376b0b0dd50ecb9c9407f8f.zip
Fixes bug #332140 Changed to transfer filenames from utf-8 to glib
2006-03-06 Simon Zheng <simon.zheng@sun.com> Fixes bug #332140 * e-attachment-bar.c: (temp_save_part): Changed to transfer filenames from utf-8 to glib encoding before really saving files. svn path=/trunk/; revision=31664
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 5c91fc6a1f..bfc9fb24fe 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-06 Simon Zheng <simon.zheng@sun.com>
+
+ Fixes bug #332140
+ * e-attachment-bar.c: (temp_save_part):
+ Changed to transfer filenames from utf-8 to glib encoding
+ before really saving files.
+
2006-03-06 Jeff Cai <jeff.cai@sun.com>
** Fixes for 333235