diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-27 11:51:03 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-27 11:51:03 +0800 |
commit | 3ba538184234389a2798fc75c7148e8d255a6cbc (patch) | |
tree | 4183b97f4b00b3a17ef0390b1e65b5c5b4420b24 /calendar/conduits/todo/e-todo.conduit.in | |
parent | 8f983e58b6ff2b61571b3b32a364bee44e511151 (diff) | |
download | gsoc2013-evolution-3ba538184234389a2798fc75c7148e8d255a6cbc.tar gsoc2013-evolution-3ba538184234389a2798fc75c7148e8d255a6cbc.tar.gz gsoc2013-evolution-3ba538184234389a2798fc75c7148e8d255a6cbc.tar.bz2 gsoc2013-evolution-3ba538184234389a2798fc75c7148e8d255a6cbc.tar.lz gsoc2013-evolution-3ba538184234389a2798fc75c7148e8d255a6cbc.tar.xz gsoc2013-evolution-3ba538184234389a2798fc75c7148e8d255a6cbc.tar.zst gsoc2013-evolution-3ba538184234389a2798fc75c7148e8d255a6cbc.zip |
remove the merges as valid sync types
2001-10-26 JP Rosevear <jpr@ximian.com>
* conduits/calendar/e-calendar.conduit.in: remove the merges as valid sync
types
* conduits/todo/e-todo.conduit.in: as above
* conduits/calendar/calendar-conduit.c (pre_sync): write out only the
touched records if we are doing copies
* conduits/todo/todo-conduit.c: as above
* conduits/calendar/calendar-conduit-config.h
(calconduit_load_configuration): get the sync type
* conduits/todo/todo-conduit-config.h: as above
svn path=/trunk/; revision=14198
Diffstat (limited to 'calendar/conduits/todo/e-todo.conduit.in')
-rw-r--r-- | calendar/conduits/todo/e-todo.conduit.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/conduits/todo/e-todo.conduit.in b/calendar/conduits/todo/e-todo.conduit.in index 733c2105db..0dea4d7ae2 100644 --- a/calendar/conduits/todo/e-todo.conduit.in +++ b/calendar/conduits/todo/e-todo.conduit.in @@ -3,7 +3,7 @@ <name value="EToDo"/> <conduit-attribute name="description" value="Synchronizes ToDo List with Evolution"/> <conduit-attribute name="default-synctype" value="synchronize"/> - <conduit-attribute name="valid-synctypes" value="synchronize copy_from_pilot copy_to_pilot merge_from_pilot merge_to_pilot"/> + <conduit-attribute name="valid-synctypes" value="synchronize copy_from_pilot copy_to_pilot"/> <conduit-attribute name="settings" value="FALSE"/> <conduit-attribute name="icon" value="@datadir@/images/evolution/conduits/48_evo-todo-conduit.png"/> </gnome-pilot-conduit> |