diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-08-17 19:12:04 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-08-17 19:12:04 +0800 |
commit | dedae38804fb2f619e4e8b3d640848c9cc8ad291 (patch) | |
tree | 465329d6dd969a2762b6cce1f5294f0e445e86be /addressbook/ChangeLog | |
parent | 8b340ced999feeeaeb856ca0a414db7ffc20e645 (diff) | |
download | gsoc2013-evolution-dedae38804fb2f619e4e8b3d640848c9cc8ad291.tar.gz gsoc2013-evolution-dedae38804fb2f619e4e8b3d640848c9cc8ad291.tar.zst gsoc2013-evolution-dedae38804fb2f619e4e8b3d640848c9cc8ad291.zip |
Not checking for the duplicate contacts matching emial ids of a list.
skip email comparison in case of contact lists. Fixes #312554.
svn path=/trunk/; revision=30146
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index c2bed2deac..dcb4d88ab2 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,16 @@ 2005-08-17 Devashish Sharma <sdevashish@novell.com> + * gui/merging/eab-contact-compare.c (use_common_book_cb): When + adding/modifying a contact list there is no need to check if the emails + in the list are there in existing contact lists or contacts. Also there + is no need for comparing EContactName in case of contact list. Added a + condition to check this. + (eab_contact_compare): Added a check to skip email comparison in case + of contact list. + Fixes #312554. + +2005-08-17 Devashish Sharma <sdevashish@novell.com> + * gui/merging/eab-contact-compare.c (eab_contact_compare): Add an email which is not there in any contact to a contact list, now if you want to add a contact with that email id it gives you duplicate detected. So |