diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2004-09-30 03:21:11 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-09-30 03:21:11 +0800 |
commit | 81be4634777d39411437c1e7c516a63365452418 (patch) | |
tree | 092fcc5b89a3ab59bdfc123cd3216815cc87cd72 /addressbook/ChangeLog | |
parent | 08d34b31d98a06e7ad9571e1f74f0c43a23cee63 (diff) | |
download | gsoc2013-evolution-81be4634777d39411437c1e7c516a63365452418.tar.gz gsoc2013-evolution-81be4634777d39411437c1e7c516a63365452418.tar.zst gsoc2013-evolution-81be4634777d39411437c1e7c516a63365452418.zip |
Fixes bug #65537.
2004-09-29 Hans Petter Jansson <hpj@ximian.com>
Fixes bug #65537.
* gui/merging/eab-contact-compare.c (query_cb): Protect against NULL
UIDs, and make fewer calls to e_contact_get_const () as a bonus.
svn path=/trunk/; revision=27428
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index eb3e556e49..09891b18a9 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2004-09-29 Hans Petter Jansson <hpj@ximian.com> + + Fixes bug #65537. + + * gui/merging/eab-contact-compare.c (query_cb): Protect against NULL + UIDs, and make fewer calls to e_contact_get_const () as a bonus. + 2004-09-24 Hao Sheng <hao.sheng@sun.com> Fix for #66523 |