diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-06-15 07:03:14 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-06-15 07:03:14 +0800 |
commit | de3f790725856705199c9863f8177f8de26bdf0d (patch) | |
tree | ff48a1fd056ce0d1b4f783eeb337975edb93ce05 /addressbook/ChangeLog | |
parent | bfccd5b470c3bcc0d23d619e9c0d93f0fdc80cce (diff) | |
download | gsoc2013-evolution-de3f790725856705199c9863f8177f8de26bdf0d.tar.gz gsoc2013-evolution-de3f790725856705199c9863f8177f8de26bdf0d.tar.zst gsoc2013-evolution-de3f790725856705199c9863f8177f8de26bdf0d.zip |
Made "" compare as not equal to "" for addresses. (use_common_book_cb):
2002-06-14 Christopher James Lahey <clahey@ximian.com>
* backend/ebook/e-card-compare.c (compare_email_addresses): Made
"" compare as not equal to "" for addresses.
(use_common_book_cb): Don't bother checking for nickname here
since we don't use it as a match later. Don't add "" as an
address to the list of query parts.
svn path=/trunk/; revision=17191
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 50e336bc06..36b2dbbc31 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2002-06-14 Christopher James Lahey <clahey@ximian.com> + + * backend/ebook/e-card-compare.c (compare_email_addresses): Made + "" compare as not equal to "" for addresses. + (use_common_book_cb): Don't bother checking for nickname here + since we don't use it as a match later. Don't add "" as an + address to the list of query parts. + 2002-06-13 Christopher James Lahey <clahey@ximian.com> * gui/contact-editor/e-contact-editor.c (enable_writable_fields): |