[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/kpilot/conduits/vcalconduit
From:       Adriaan de Groot <groot () kde ! org>
Date:       2004-09-29 8:43:55
Message-ID: 20040929084355.74670126E1 () office ! kde ! org
[Download RAW message or body]

CVS commit by adridg: 

Deal with libkcal bug where new incidences are not marked with SYNCMOD -- look for \
incidences that have not been synced to the Pilot at all.


  M +2 -2      vcal-conduit.cc   1.105


--- kdepim/kpilot/conduits/vcalconduit/vcal-conduit.cc  #1.104:1.105
@@ -139,5 +139,5 @@ KCal::Incidence *VCalConduitPrivate::get
         }
         while ( fAllEventsIterator != fAllEvents.end() &&
-                e && e->syncStatus()==KCal::Incidence::SYNCNONE)
+                e && e->syncStatus()==KCal::Incidence::SYNCNONE && e->pilotId() > 0)
         {
                 ++fAllEventsIterator;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic