summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2005-06-03 23:11:33 (UTC)
committer zautrix <zautrix>2005-06-03 23:11:33 (UTC)
commitaa0f7df485c3ff0c298d4924ac1e8a5e9e6da627 (patch) (side-by-side diff)
treeeed3edfc9210e1bca07de6d642dc2486ba8bedfd
parent858b047efb5627824438cb3877e7bec0cebb3751 (diff)
downloadkdepimpi-aa0f7df485c3ff0c298d4924ac1e8a5e9e6da627.zip
kdepimpi-aa0f7df485c3ff0c298d4924ac1e8a5e9e6da627.tar.gz
kdepimpi-aa0f7df485c3ff0c298d4924ac1e8a5e9e6da627.tar.bz2
fixxx
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/calendarview.cpp2
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
@@ -632,3 +632,3 @@ void CalendarView::checkAlarms()
int secs = config->readNumEntry( "LatestProgramStop" ) - 30;
- //secs -= ( 3600 * 24*3 ); // debug only
+ secs -= ( 3600 * 24*3 ); // debug only
QDateTime latest = dt.addSecs ( secs );