CVS commit by kainhofe: setSyncStatus mustn't call updated(), because it's just a flag, not a real setting, and it would lead to an endless loop M +0 -1 incidencebase.cpp 1.32 --- kdepim/libkcal/incidencebase.cpp #1.31:1.32 @@ -338,5 +338,4 @@ void IncidenceBase::setSyncStatus(int st if (mReadOnly) return; mSyncStatus = stat; - updated(); }