aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-08-17 19:12:04 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-08-17 19:12:04 +0800
commitdedae38804fb2f619e4e8b3d640848c9cc8ad291 (patch)
tree465329d6dd969a2762b6cce1f5294f0e445e86be /addressbook/ChangeLog
parent8b340ced999feeeaeb856ca0a414db7ffc20e645 (diff)
downloadgsoc2013-evolution-dedae38804fb2f619e4e8b3d640848c9cc8ad291.tar
gsoc2013-evolution-dedae38804fb2f619e4e8b3d640848c9cc8ad291.tar.gz
gsoc2013-evolution-dedae38804fb2f619e4e8b3d640848c9cc8ad291.tar.bz2
gsoc2013-evolution-dedae38804fb2f619e4e8b3d640848c9cc8ad291.tar.lz
gsoc2013-evolution-dedae38804fb2f619e4e8b3d640848c9cc8ad291.tar.xz
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/ChangeLog11
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