author | zautrix <zautrix> | 2005-06-03 23:11:33 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-06-03 23:11:33 (UTC) |
commit | aa0f7df485c3ff0c298d4924ac1e8a5e9e6da627 (patch) (side-by-side diff) | |
tree | eed3edfc9210e1bca07de6d642dc2486ba8bedfd | |
parent | 858b047efb5627824438cb3877e7bec0cebb3751 (diff) | |
download | kdepimpi-aa0f7df485c3ff0c298d4924ac1e8a5e9e6da627.zip kdepimpi-aa0f7df485c3ff0c298d4924ac1e8a5e9e6da627.tar.gz kdepimpi-aa0f7df485c3ff0c298d4924ac1e8a5e9e6da627.tar.bz2 |
fixxx
-rw-r--r-- | korganizer/calendarview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index 36db9c4..c01be9b 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -630,7 +630,7 @@ void CalendarView::checkAlarms() config->setGroup( "AppRun" ); QDateTime dt ( QDate (2005,1,1), QTime( 0,0,0 ) ); int secs = config->readNumEntry( "LatestProgramStop" ) - 30; - //secs -= ( 3600 * 24*3 ); // debug only + secs -= ( 3600 * 24*3 ); // debug only QDateTime latest = dt.addSecs ( secs ); qDebug("KO: Last termination on %s ", latest.toString().latin1()); QPtrList<Incidence> el = mCalendar->rawIncidences(); |