diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-04-11 14:35:07 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-04-11 14:35:07 +0800 |
commit | d3f30c99aa21aebda88ed8eaac8f36be1dffd257 (patch) | |
tree | fd23605377a5547affbf9d55d92b71cb46c021e9 /plugins/bbdb/ChangeLog | |
parent | 78e838a2663c0db964e5e913ca92b8e6425e4e43 (diff) | |
download | gsoc2013-evolution-d3f30c99aa21aebda88ed8eaac8f36be1dffd257.tar.gz gsoc2013-evolution-d3f30c99aa21aebda88ed8eaac8f36be1dffd257.tar.zst gsoc2013-evolution-d3f30c99aa21aebda88ed8eaac8f36be1dffd257.zip |
Checking for the NULL query, also fixed some other minor issues. Fixes #74366
svn path=/trunk/; revision=29202
Diffstat (limited to 'plugins/bbdb/ChangeLog')
-rw-r--r-- | plugins/bbdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/bbdb/ChangeLog b/plugins/bbdb/ChangeLog index aaf7f806d4..6fe150d98e 100644 --- a/plugins/bbdb/ChangeLog +++ b/plugins/bbdb/ChangeLog @@ -1,3 +1,11 @@ +2005-04-07 Sushma Rai <rsushma@novell.com> + + * bbdb.c (bbdb_handle_reply): Check for camel_internet_address_get() + return value and initialize name and e-mail variables inside the loop. + (bbdb_do_it): Check for query being NULL. Fixes #74366. + Free list of contacts before returning, on finding multiple contacts + with the same name. + 2005-04-05 Not Zed <NotZed@Ximian.com> * bbdb.c (bbdb_handle_reply): noop if we can't open the book/we're |