On Tue, 2010-03-09 at 17:41 +0000, Pietro Battiston wrote:
> Il giorno mar, 09/03/2010 alle 09.23 -0800, Patrick Ohly ha scritto:
> > Pietro, is this something that could be added to the Ubuntu .deb of
> > libsynthesis as a quick fix? The only alternatives that I see are:
> >       * fall back to libsynthesis_3.2.0.35
> >       * recompile 0.9.1 with libsynthesissdk.a from 3.2.0.45 (untested!)
> >       * upgrade SyncEvolution to 1.0 beta
> > 
> > 1.0 beta works because the if (!Supported()) checks result in false and
> > thus vdb remains at "plugin_datablob". I suspect that this might also
> > work when compiling 0.9.1 with a more recent libsynthesissdk.a.
> > 
> 
> 
> Thank you very much for your attention... I will certainly test the
> patch, once you do attach it,

Argh ;-} Here it is.

-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.

diff --git a/src/DB_interfaces/api_db/dbapi.cpp b/src/DB_interfaces/api_db/dbapi.cpp
index fefaa2b..7be9f58 100755
--- a/src/DB_interfaces/api_db/dbapi.cpp
+++ b/src/DB_interfaces/api_db/dbapi.cpp
@@ -836,8 +836,8 @@ TSyError TDB_Api_Config::Connect( cAppCharP aModName, CContext &globContext,
     if (!Supported( VP_FLI_DSS         )) vdd= Plugin_DS_Data_OLD2;
     if (!Supported( VP_ResumeToken     )) vdd= Plugin_DS_Data_OLD1;
     cAppCharP                             vdb= Plugin_DS_Blob;
-    if (!Supported( VP_BLOB_JSignature )) vdb= Plugin_DS_Blob_OLD2; // new BLOB signature
-    if (!Supported( VP_DeleteBlob      )) vdb= Plugin_DS_Blob_OLD1;
+    // if (!Supported( VP_BLOB_JSignature )) vdb= Plugin_DS_Blob_OLD2; // new BLOB signature
+    // if (!Supported( VP_DeleteBlob      )) vdb= Plugin_DS_Blob_OLD1;
 
   //---- module ---------------------------------
     if (!err) err=     DBApi_Assign( "", &m.param,        sizeof(m.param),        Plugin_Param );
_______________________________________________
SyncEvolution mailing list
[email protected]
http://lists.syncevolution.org/listinfo/syncevolution

Reply via email to