author | zautrix <zautrix> | 2005-01-26 05:02:50 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-01-26 05:02:50 (UTC) |
commit | ebe38bec081a9ab226ea0de7e38ac2377d6bd1c0 (patch) (side-by-side diff) | |
tree | 397f39fbd4601b5f3895309edef93b1c24e32b9a | |
parent | c3e40c9baa61009469022a87e9cd068734899bcc (diff) | |
download | kdepimpi-ebe38bec081a9ab226ea0de7e38ac2377d6bd1c0.zip kdepimpi-ebe38bec081a9ab226ea0de7e38ac2377d6bd1c0.tar.gz kdepimpi-ebe38bec081a9ab226ea0de7e38ac2377d6bd1c0.tar.bz2 |
urgggg
-rw-r--r-- | kde2file/caldump/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() ); |