aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-10-22 03:37:51 +0800
committerChris Toshok <toshok@src.gnome.org>2002-10-22 03:37:51 +0800
commit0aba4b1126e519fb27f9546d3e04480f402ae927 (patch)
treede04c4929ddda44b64b9c1dedbc3fb55c0c2aac5 /addressbook/ChangeLog
parentfe69a9645ea50a8ec093ba38450e448fc968f41b (diff)
downloadgsoc2013-evolution-0aba4b1126e519fb27f9546d3e04480f402ae927.tar
gsoc2013-evolution-0aba4b1126e519fb27f9546d3e04480f402ae927.tar.gz
gsoc2013-evolution-0aba4b1126e519fb27f9546d3e04480f402ae927.tar.bz2
gsoc2013-evolution-0aba4b1126e519fb27f9546d3e04480f402ae927.tar.lz
gsoc2013-evolution-0aba4b1126e519fb27f9546d3e04480f402ae927.tar.xz
gsoc2013-evolution-0aba4b1126e519fb27f9546d3e04480f402ae927.tar.zst
gsoc2013-evolution-0aba4b1126e519fb27f9546d3e04480f402ae927.zip
[ fixes #32144 ] convert the name to the gtk locale before saving.
2002-10-20 Chris Toshok <toshok@ximian.com> [ fixes #32144 ] * gui/contact-editor/e-contact-save-as.c (e_contact_save_as): convert the name to the gtk locale before saving. (e_contact_list_save_as): same. svn path=/trunk/; revision=18403
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index a5945c9e3c..98b7f657aa 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,10 @@
+2002-10-20 Chris Toshok <toshok@ximian.com>
+
+ [ fixes #32144 ]
+ * gui/contact-editor/e-contact-save-as.c (e_contact_save_as):
+ convert the name to the gtk locale before saving.
+ (e_contact_list_save_as): same.
+
2002-10-19 Chris Toshok <toshok@ximian.com>
[ probable fix for #25477, and memory leak fix ]