« Return to Thread: Updating kdepim plugin

[PATCH 4/6] Updated for osync_context_report_slowsync() API change

by Chris Frey-2 :: Rate this Message:

Reply to Author | View in Thread


---
 src/datasource.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/datasource.cpp b/src/datasource.cpp
index 6d1eb13..238fdda 100644
--- a/src/datasource.cpp
+++ b/src/datasource.cpp
@@ -148,7 +148,7 @@ void OSyncDataSource::connect(OSyncPluginInfo *info, OSyncContext *ctx)
   if ( !statematch )
   {
     osync_trace(TRACE_INTERNAL, "Setting slow-sync for %s", objtype);
-    osync_objtype_sink_set_slowsync(sink, TRUE);
+    osync_context_report_slowsync(ctx);
   }
   osync_context_report_success(ctx);
 
--
1.6.2.1


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

 « Return to Thread: Updating kdepim plugin