diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-05 23:26:57 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-05 23:26:57 +0800 |
commit | cc8915f5dda99c518055118a83d4000b5a9ed608 (patch) | |
tree | aa5bd1b1761ad8dded6798c08f94605b539a3a10 /addressbook/ChangeLog | |
parent | e57a50f5329105e8b5e6bf4497c2e09079012a0d (diff) | |
download | gsoc2013-evolution-cc8915f5dda99c518055118a83d4000b5a9ed608.tar gsoc2013-evolution-cc8915f5dda99c518055118a83d4000b5a9ed608.tar.gz gsoc2013-evolution-cc8915f5dda99c518055118a83d4000b5a9ed608.tar.bz2 gsoc2013-evolution-cc8915f5dda99c518055118a83d4000b5a9ed608.tar.lz gsoc2013-evolution-cc8915f5dda99c518055118a83d4000b5a9ed608.tar.xz gsoc2013-evolution-cc8915f5dda99c518055118a83d4000b5a9ed608.tar.zst gsoc2013-evolution-cc8915f5dda99c518055118a83d4000b5a9ed608.zip |
Create an empty vcard with the appropriate id for deleted cards
2000-12-05 JP Rosevear <jpr@helixcode.com>
* backend/pas/pas-backend-file.c (pas_backend_file_changes_foreach_key):
Create an empty vcard with the appropriate id for deleted cards
* conduit/address-conduit.c (ecard_from_remote_record): Ensure the
address fields are added sensibly
svn path=/trunk/; revision=6793
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bae159ff5c..2af22f8997 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2000-12-05 JP Rosevear <jpr@helixcode.com> + + * backend/pas/pas-backend-file.c (pas_backend_file_changes_foreach_key): + Create an empty vcard with the appropriate id for deleted cards + + * conduit/address-conduit.c (ecard_from_remote_record): Ensure the + address fields are added sensibly + 2000-12-05 Ettore Perazzoli <ettore@helixcode.com> * gui/component/e-ldap-storage.c (setup_ldap_storage): Updated the |