diff options
author | Chris Toshok <toshok@ximian.com> | 2002-10-22 03:37:51 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-10-22 03:37:51 +0800 |
commit | 0aba4b1126e519fb27f9546d3e04480f402ae927 (patch) | |
tree | de04c4929ddda44b64b9c1dedbc3fb55c0c2aac5 /addressbook/ChangeLog | |
parent | fe69a9645ea50a8ec093ba38450e448fc968f41b (diff) | |
download | gsoc2013-evolution-0aba4b1126e519fb27f9546d3e04480f402ae927.tar.gz 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/ChangeLog | 7 |
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 ] |