From 294bcbac434e16e91b43b1f6c9c7da5bb5d7030f Mon Sep 17 00:00:00 2001 From: Nat Friedman Date: Sat, 23 Oct 2004 08:21:26 +0000 Subject: Change assertions to if statements, so as not to issue warnings in the 2004-10-23 Nat Friedman * 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 --- plugins/bbdb/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugins/bbdb/ChangeLog') 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 + + * 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 * Initial checkin. -- cgit