diff options
author | JP Rosevear <jpr@ximian.com> | 2002-01-17 01:31:05 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-01-17 01:31:05 +0800 |
commit | ac62bd148595f30859871925e8c41d827c560485 (patch) | |
tree | d61c9510e54741e8df5721a62147f5352025f4de /addressbook/conduit/e-address.conduit.in | |
parent | af1b3098c28bbf1ce7cf64131c33ac578a01213b (diff) | |
download | gsoc2013-evolution-ac62bd148595f30859871925e8c41d827c560485.tar gsoc2013-evolution-ac62bd148595f30859871925e8c41d827c560485.tar.gz gsoc2013-evolution-ac62bd148595f30859871925e8c41d827c560485.tar.bz2 gsoc2013-evolution-ac62bd148595f30859871925e8c41d827c560485.tar.lz gsoc2013-evolution-ac62bd148595f30859871925e8c41d827c560485.tar.xz gsoc2013-evolution-ac62bd148595f30859871925e8c41d827c560485.tar.zst gsoc2013-evolution-ac62bd148595f30859871925e8c41d827c560485.zip |
move all functions here, get rid of header files, use e-pilot-settings to
2002-01-16 JP Rosevear <jpr@ximian.com>
* conduit/address-conduit.c: move all functions here, get rid of
header files, use e-pilot-settings to display gui
svn path=/trunk/; revision=15342
Diffstat (limited to 'addressbook/conduit/e-address.conduit.in')
-rw-r--r-- | addressbook/conduit/e-address.conduit.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/conduit/e-address.conduit.in b/addressbook/conduit/e-address.conduit.in index ac5489b9aa..e5a5ab765e 100644 --- a/addressbook/conduit/e-address.conduit.in +++ b/addressbook/conduit/e-address.conduit.in @@ -4,6 +4,6 @@ <conduit-attribute name="description" value="Synchronizes Addressbook with Evolution"/> <conduit-attribute name="default-synctype" value="synchronize"/> <conduit-attribute name="valid-synctypes" value="synchronize copy_from_pilot copy_to_pilot"/> - <conduit-attribute name="settings" value="FALSE"/> + <conduit-attribute name="settings" value="TRUE"/> <conduit-attribute name="icon" value="@datadir@/images/evolution/conduits/48_evo-address-conduit.png"/> </gnome-pilot-conduit> |