diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2004-09-30 03:39:39 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-09-30 03:39:39 +0800 |
commit | 3196e27abd4e278f0c0b02806a48ab99f774722e (patch) | |
tree | 1a4af77acbecd729d4cc3031e2359b4f2d13103e /addressbook/ChangeLog | |
parent | 81be4634777d39411437c1e7c516a63365452418 (diff) | |
download | gsoc2013-evolution-3196e27abd4e278f0c0b02806a48ab99f774722e.tar.gz gsoc2013-evolution-3196e27abd4e278f0c0b02806a48ab99f774722e.tar.zst gsoc2013-evolution-3196e27abd4e278f0c0b02806a48ab99f774722e.zip |
Fixes bug #66369.
2004-09-29 Hans Petter Jansson <hpj@ximian.com>
Fixes bug #66369.
* util/eab-book-util.c (eab_contact_list_from_string): Make the
vcard splitter work with any amount of blank lines between vcards.
svn path=/trunk/; revision=27429
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 09891b18a9..9864d59a38 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,12 @@ 2004-09-29 Hans Petter Jansson <hpj@ximian.com> + Fixes bug #66369. + + * util/eab-book-util.c (eab_contact_list_from_string): Make the + vcard splitter work with any amount of blank lines between vcards. + +2004-09-29 Hans Petter Jansson <hpj@ximian.com> + Fixes bug #65537. * gui/merging/eab-contact-compare.c (query_cb): Protect against NULL |