From b476b5573e56fb9da9bc7730d920f18b5a771ab1 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 21 Jan 2004 02:19:19 +0000 Subject: [ fixes bug #52955 ] handle the case properly where there are no query 2004-01-20 Chris Toshok [ fixes bug #52955 ] * gui/merging/eab-contact-compare.c (use_common_book_cb): handle the case properly where there are no query parts (p == 0). Instead of passing "" to e_book_query_from_string, just set the query to NULL. * util/eab-book-util.c (eab_contact_list_to_string): we need to put a blank line here, so \r\n\r\n, not just \r\n. svn path=/trunk/; revision=24340 --- addressbook/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index cf39251cb5..d041e6b7e8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2004-01-20 Chris Toshok + + [ fixes bug #52955 ] + * gui/merging/eab-contact-compare.c (use_common_book_cb): handle + the case properly where there are no query parts (p == 0). + Instead of passing "" to e_book_query_from_string, just set the + query to NULL. + + * util/eab-book-util.c (eab_contact_list_to_string): we need to + put a blank line here, so \r\n\r\n, not just \r\n. + 2004-01-20 Chris Toshok * gui/component/addressbook-migrate.c (create_groups): deal with -- cgit