diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-08-17 18:29:06 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-08-17 18:29:06 +0800 |
commit | 8b340ced999feeeaeb856ca0a414db7ffc20e645 (patch) | |
tree | 3eff481b02ed70c75b9a6cdfdd7b34c7c01136ff /addressbook/ChangeLog | |
parent | 4d1961b7f6ca997275bac01ee86b82426b6ca37f (diff) | |
download | gsoc2013-evolution-8b340ced999feeeaeb856ca0a414db7ffc20e645.tar.gz gsoc2013-evolution-8b340ced999feeeaeb856ca0a414db7ffc20e645.tar.zst gsoc2013-evolution-8b340ced999feeeaeb856ca0a414db7ffc20e645.zip |
While adding new contact, during the duplicate contact check, not comparing
the email id of new contact with the email ids of contact lists.
svn path=/trunk/; revision=30145
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 793e291d73..c2bed2deac 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,13 @@ 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 + while checking for duplicates when adding a new contact emails should + not be compared with existing contact lists email. + +2005-08-17 Devashish Sharma <sdevashish@novell.com> + * gui/merging/eab-contact-merging.c (response): If the Duplicate Contact Detected Dialog is closed by clicking the cross on the dialog window the contact-list-editor or contact-editor dialog become unusable |