diff options
author | JP Rosevear <jpr@ximian.com> | 2001-09-27 13:06:41 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-09-27 13:06:41 +0800 |
commit | 9158afb85e4551cd2032e490bade03fbef49994e (patch) | |
tree | 7eb6673aabfce5d396c49e9b4c915c07e5f62713 /addressbook/conduit/address-conduit.h | |
parent | b235a79effc13b17b0bffc78189b831493bd37d6 (diff) | |
download | gsoc2013-evolution-9158afb85e4551cd2032e490bade03fbef49994e.tar.gz gsoc2013-evolution-9158afb85e4551cd2032e490bade03fbef49994e.tar.zst gsoc2013-evolution-9158afb85e4551cd2032e490bade03fbef49994e.zip |
use the old record (if there was one) so as not to overwrite fields we
2001-09-27 JP Rosevear <jpr@ximian.com>
* conduit/address-conduit.c (local_record_from_ecard): use the old
record (if there was one) so as not to overwrite fields we don't
sync
(pre_sync): store the dbi in the context and don't make it object
data
svn path=/trunk/; revision=13187
Diffstat (limited to 'addressbook/conduit/address-conduit.h')
-rw-r--r-- | addressbook/conduit/address-conduit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/conduit/address-conduit.h b/addressbook/conduit/address-conduit.h index ea5fc12378..0b9cc5e551 100644 --- a/addressbook/conduit/address-conduit.h +++ b/addressbook/conduit/address-conduit.h @@ -54,7 +54,8 @@ struct _EAddrLocalRecord { typedef struct _EAddrConduitContext EAddrConduitContext; struct _EAddrConduitContext { EAddrConduitCfg *cfg; - + GnomePilotDBInfo *dbi; + struct AddressAppInfo ai; EBook *ebook; |