aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorsimon.zheng <simon.zheng@sun.com>2007-04-09 10:47:12 +0800
committerSimon Zheng <simonz@src.gnome.org>2007-04-09 10:47:12 +0800
commit2bbcbc6e9db888ec831d28a8006017db34cde604 (patch)
tree30d35917c374d3c641b77ece2306b7b3038d650f /addressbook/ChangeLog
parent96e5dc161fc6bb7ac376988c570d393a1d294e9d (diff)
downloadgsoc2013-evolution-2bbcbc6e9db888ec831d28a8006017db34cde604.tar
gsoc2013-evolution-2bbcbc6e9db888ec831d28a8006017db34cde604.tar.gz
gsoc2013-evolution-2bbcbc6e9db888ec831d28a8006017db34cde604.tar.bz2
gsoc2013-evolution-2bbcbc6e9db888ec831d28a8006017db34cde604.tar.lz
gsoc2013-evolution-2bbcbc6e9db888ec831d28a8006017db34cde604.tar.xz
gsoc2013-evolution-2bbcbc6e9db888ec831d28a8006017db34cde604.tar.zst
gsoc2013-evolution-2bbcbc6e9db888ec831d28a8006017db34cde604.zip
** Fix for bug #426487
2007-04-09 simon.zheng <simon.zheng@sun.com> ** Fix for bug #426487 * gui/widgets/eab-contact-display.c: (accum_time_attribute): strftime() supplied by OS is subject to locale encoding, i.e. ja_JP.PCK. Using g_date_strftime() instead, which works on a UTF-8 format string and store a UTF-8 result. svn path=/trunk/; revision=33400
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 9e3fe5ca9a..985c4ccc41 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,14 @@
2007-04-09 simon.zheng <simon.zheng@sun.com>
+ ** Fix for bug #426487
+
+ * gui/widgets/eab-contact-display.c: (accum_time_attribute):
+ strftime() supplied by OS is subject to locale encoding, i.e.
+ ja_JP.PCK. Using g_date_strftime() instead, which works on a
+ UTF-8 format string and store a UTF-8 result.
+
+2007-04-09 simon.zheng <simon.zheng@sun.com>
+
** Fix for bug #426829.
* gui/contact-editor/eab-editor.c: (eab_editor_confirm_delete):