diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-08-22 17:56:07 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-08-22 17:56:07 +0800 |
commit | 0bdf6224966e49369a8653318452902180d2e9e4 (patch) | |
tree | 8292fa54cb1b41efa966238d2c15a25ee65e9e96 /addressbook/ChangeLog | |
parent | 7fa67251554c4867212bd8f33398fd8587db64d4 (diff) | |
download | gsoc2013-evolution-0bdf6224966e49369a8653318452902180d2e9e4.tar.gz gsoc2013-evolution-0bdf6224966e49369a8653318452902180d2e9e4.tar.zst gsoc2013-evolution-0bdf6224966e49369a8653318452902180d2e9e4.zip |
Fixes the crash while exporting contacts in csv format. Fixes #269870
svn path=/trunk/; revision=30194
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 234263b43f..36f38a7a6a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2005-08-22 Sushma Rai <rsushma@novell.com> + + * tools/evolution-addressbook-export-list-cards.c + enum _EContactFieldCSV: Handling four e-mail ids. + enum _EContactCSVFieldData: Similar. + set_pre_defined_field: Similar. + Fixes the crash which was happening because list of email ids for a + contact was handled as a one email id value. Fixes #269870 + 2005-08-22 Sushma Rai <rsushma@novell.com> * gui/contact-list-editor/e-contact-list-editor.c (remove_entry_cb): |