aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb/ChangeLog
diff options
context:
space:
mode:
authorNat Friedman <nat@novell.com>2004-10-23 16:21:26 +0800
committerNat Friedman <nat@src.gnome.org>2004-10-23 16:21:26 +0800
commit294bcbac434e16e91b43b1f6c9c7da5bb5d7030f (patch)
tree7a1ac0404f808e2925d0bea13b0e17549e0ae055 /plugins/bbdb/ChangeLog
parent85cd845179f02502d981b7db0d7c1abd52956a1e (diff)
downloadgsoc2013-evolution-294bcbac434e16e91b43b1f6c9c7da5bb5d7030f.tar
gsoc2013-evolution-294bcbac434e16e91b43b1f6c9c7da5bb5d7030f.tar.gz
gsoc2013-evolution-294bcbac434e16e91b43b1f6c9c7da5bb5d7030f.tar.bz2
gsoc2013-evolution-294bcbac434e16e91b43b1f6c9c7da5bb5d7030f.tar.lz
gsoc2013-evolution-294bcbac434e16e91b43b1f6c9c7da5bb5d7030f.tar.xz
gsoc2013-evolution-294bcbac434e16e91b43b1f6c9c7da5bb5d7030f.tar.zst
gsoc2013-evolution-294bcbac434e16e91b43b1f6c9c7da5bb5d7030f.zip
Change assertions to if statements, so as not to issue warnings in the
2004-10-23 Nat Friedman <nat@novell.com> * bbdb.c (bbdb_do_it): Change assertions to if statements, so as not to issue warnings in the case of routine failures (name is NULL). Don't add an email to a contact if the appropriate contact is ambiguous. svn path=/trunk/; revision=27703
Diffstat (limited to 'plugins/bbdb/ChangeLog')
-rw-r--r--plugins/bbdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/bbdb/ChangeLog b/plugins/bbdb/ChangeLog
index 4f0f84b82d..d471940c29 100644
--- a/plugins/bbdb/ChangeLog
+++ b/plugins/bbdb/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-23 Nat Friedman <nat@novell.com>
+
+ * bbdb.c (bbdb_do_it): Change assertions to if statements, so as
+ not to issue warnings in the case of routine failures (name
+ is NULL). Don't add an email to a contact if the appropriate
+ contact is ambiguous.
+
2004-10-22 Nat Friedman <nat@novell.com>
* Initial checkin.