From kde-commits Mon Sep 13 22:36:23 2004 From: Reinhold Kainhofer Date: Mon, 13 Sep 2004 22:36:23 +0000 To: kde-commits Subject: kdepim/libkcal Message-Id: <20040913223623.05B9A233A () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109511507726991 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(); }