Discussion:
[Synce-devel] Fix for 'disappearing contacts'
Dr J A Gow
2007-12-05 23:05:36 UTC
Permalink
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.
Dr J A Gow
2007-12-06 19:07:20 UTC
Permalink
Ah, no - just ignore me. Turns out this is only a part of the fix and
just reduces the number of incidents of this happening.


John.
Post by Dr J A Gow
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
cps = self.partnerships.get_current()
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.
Continue reading on narkive:
Loading...