From ebe38bec081a9ab226ea0de7e38ac2377d6bd1c0 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 26 Jan 2005 05:02:50 +0000 Subject: urgggg --- (limited to 'kde2file') diff --git a/kde2file/caldump/main.cpp b/kde2file/caldump/main.cpp index 08ccafb..9cc1a73 100644 --- a/kde2file/caldump/main.cpp +++ b/kde2file/caldump/main.cpp @@ -129,7 +129,7 @@ int main( int argc, char *argv[] ) int num = 0; for( it = allInc.begin(); it != allInc.end(); ++it ) { ResourceCalendar * re = calendarResource->resource( (*it) ); - if ( re && /*!re->readOnly() now readonly syncing possible */) { + if ( re ) { ++num; Incidence* cl = (*it)->clone(); cl->setLastModified( (*it)->lastModified() ); -- cgit v0.9.0.2