diff options
author | JP Rosevear <jpr@novell.com> | 2004-09-24 02:50:17 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-09-24 02:50:17 +0800 |
commit | 332bf4c43050bcad778671cc968043ef0a51f83a (patch) | |
tree | 3acefe0c3f061ec676e2f8a228ec72473b0a070b /addressbook/ChangeLog | |
parent | 665ee889179ef23e67b354449b9d460304b0fc6e (diff) | |
download | gsoc2013-evolution-332bf4c43050bcad778671cc968043ef0a51f83a.tar gsoc2013-evolution-332bf4c43050bcad778671cc968043ef0a51f83a.tar.gz gsoc2013-evolution-332bf4c43050bcad778671cc968043ef0a51f83a.tar.bz2 gsoc2013-evolution-332bf4c43050bcad778671cc968043ef0a51f83a.tar.lz gsoc2013-evolution-332bf4c43050bcad778671cc968043ef0a51f83a.tar.xz gsoc2013-evolution-332bf4c43050bcad778671cc968043ef0a51f83a.tar.zst gsoc2013-evolution-332bf4c43050bcad778671cc968043ef0a51f83a.zip |
only set the file as address to the company if no full name exists
2004-09-23 JP Rosevear <jpr@novell.com>
* conduit/address-conduit.c (ecard_from_remote_record): only set
the file as address to the company if no full name exists
(delete_record): don't bail out if the record simply isn't found
Fixes #59725
* conduit/address-conduit.c (local_record_from_uid): remove
extraneous semicolon
svn path=/trunk/; revision=27344
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 191c5866f0..e5a290c674 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2004-09-23 JP Rosevear <jpr@novell.com> + + * conduit/address-conduit.c (ecard_from_remote_record): only set + the file as address to the company if no full name exists + (delete_record): don't bail out if the record simply isn't found + + Fixes #59725 + + * conduit/address-conduit.c (local_record_from_uid): remove + extraneous semicolon + 2004-09-21 William Jon McCann <mccann@jhu.edu> * gui/component/component-factory.c (factory): Quiet debug messages. |