diff options
author | Seth Alves <alves@src.gnome.org> | 2000-07-27 16:17:48 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-07-27 16:17:48 +0800 |
commit | b9185160531ef5c1826fa0e2870804ac3fe4a16b (patch) | |
tree | 01c2f51cf179c0b9f009a34fc9d7b409dc057f03 /addressbook/conduit/address-conduit.h | |
parent | d7a6fa8103b917819fd4f0229397f183057d4e56 (diff) | |
download | gsoc2013-evolution-b9185160531ef5c1826fa0e2870804ac3fe4a16b.tar gsoc2013-evolution-b9185160531ef5c1826fa0e2870804ac3fe4a16b.tar.gz gsoc2013-evolution-b9185160531ef5c1826fa0e2870804ac3fe4a16b.tar.bz2 gsoc2013-evolution-b9185160531ef5c1826fa0e2870804ac3fe4a16b.tar.lz gsoc2013-evolution-b9185160531ef5c1826fa0e2870804ac3fe4a16b.tar.xz gsoc2013-evolution-b9185160531ef5c1826fa0e2870804ac3fe4a16b.tar.zst gsoc2013-evolution-b9185160531ef5c1826fa0e2870804ac3fe4a16b.zip |
bug fixes
svn path=/trunk/; revision=4378
Diffstat (limited to 'addressbook/conduit/address-conduit.h')
-rw-r--r-- | addressbook/conduit/address-conduit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/conduit/address-conduit.h b/addressbook/conduit/address-conduit.h index 82f1b885a3..e379b55ee0 100644 --- a/addressbook/conduit/address-conduit.h +++ b/addressbook/conduit/address-conduit.h @@ -51,7 +51,7 @@ struct _AddressbookConduitContext { struct AddressAppInfo ai; AddressbookConduitCfg *cfg; EBook *ebook; - ECardCursor *cursor; + // ECardCursor *cursor; GList *cards; /* CalClient *client;*/ CORBA_Environment ev; |