Hi,

        I've found that fix for disappearing PIM items in WM6. It will be in
the next batch of commits but if you desperately need it now, add the
lines below to the DeletePartnership() method in kernel.py just before
line 455:


cps = self.partnerships.get_current()
if cps!= None:
    if cps.id == id:
       self.rapi_session.sync_pause()


This should do it (the partnership code's all changed in the new
versions).


        John.


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to