diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-29 22:27:31 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-29 22:27:31 +0800 |
commit | 8155b1b56cebd33a357ed163357d216d2c4486ca (patch) | |
tree | 0d7f52bcea74d05b48ebc6fad3eaa729b2674898 /addressbook/ChangeLog | |
parent | 79672bdb3b4388763cf08367fc64805138edb4b3 (diff) | |
download | gsoc2013-evolution-8155b1b56cebd33a357ed163357d216d2c4486ca.tar gsoc2013-evolution-8155b1b56cebd33a357ed163357d216d2c4486ca.tar.gz gsoc2013-evolution-8155b1b56cebd33a357ed163357d216d2c4486ca.tar.bz2 gsoc2013-evolution-8155b1b56cebd33a357ed163357d216d2c4486ca.tar.lz gsoc2013-evolution-8155b1b56cebd33a357ed163357d216d2c4486ca.tar.xz gsoc2013-evolution-8155b1b56cebd33a357ed163357d216d2c4486ca.tar.zst gsoc2013-evolution-8155b1b56cebd33a357ed163357d216d2c4486ca.zip |
move the syncable checking code to a different function
2001-10-29 JP Rosevear <jpr@ximian.com>
* conduit/address-conduit.c (is_syncable): move the syncable
checking code to a different function
(ecard_from_remote_record): set the name parts individually
(local_record_from_ecard): use is_syncable
svn path=/trunk/; revision=14343
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 03e7057fc0..4cc3e05c2e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2001-10-29 JP Rosevear <jpr@ximian.com> + + * conduit/address-conduit.c (is_syncable): move the syncable + checking code to a different function + (ecard_from_remote_record): set the name parts individually + (local_record_from_ecard): use is_syncable + 2001-10-29 Christopher James Lahey <clahey@ximian.com> * backend/ebook/e-card-simple.c (file_as_get_style, |