aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-06-04 04:05:32 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-06-04 04:05:32 +0800
commit7c0d72183dbe654feaaf146435816b4aaf58eebf (patch)
treefa775720acbeb9116c2bbdd4ba8d9d530444805f /addressbook/ChangeLog
parent3048b4c9decd91d7c5baa0a9ec29f98a91976f1a (diff)
downloadgsoc2013-evolution-7c0d72183dbe654feaaf146435816b4aaf58eebf.tar
gsoc2013-evolution-7c0d72183dbe654feaaf146435816b4aaf58eebf.tar.gz
gsoc2013-evolution-7c0d72183dbe654feaaf146435816b4aaf58eebf.tar.bz2
gsoc2013-evolution-7c0d72183dbe654feaaf146435816b4aaf58eebf.tar.lz
gsoc2013-evolution-7c0d72183dbe654feaaf146435816b4aaf58eebf.tar.xz
gsoc2013-evolution-7c0d72183dbe654feaaf146435816b4aaf58eebf.tar.zst
gsoc2013-evolution-7c0d72183dbe654feaaf146435816b4aaf58eebf.zip
Protect against a NULL uid. Fixes bug #57619. (ecard_from_remote_record):
2004-06-03 Jeffrey Stedfast <fejj@novell.com> * conduit/address-conduit.c (set_status_cleared): Protect against a NULL uid. Fixes bug #57619. (ecard_from_remote_record): Set the full_name of the contact so that we can use that as the FILE_AS rather than the company name, which sucked. Fixes a bug I may or may not have reported months ago. svn path=/trunk/; revision=26202
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index c32db78c6e..bfc048ccb6 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -2,6 +2,10 @@
* conduit/address-conduit.c (set_status_cleared): Protect against
a NULL uid. Fixes bug #57619.
+ (ecard_from_remote_record): Set the full_name of the contact so
+ that we can use that as the FILE_AS rather than the company name,
+ which sucked. Fixes a bug I may or may not have reported months
+ ago.
2004-06-02 Hans Petter Jansson <hpj@ximian.com>