-rw-r--r-- | korganizer/calendarview.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index a9d42f0..28649d9 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -839,4 +839,8 @@ void CalendarView::checkFiles() } + static bool firstTime = true; + if ( firstTime ) { + firstTime = false; QTimer::singleShot( 2000, this, SLOT ( checkAlarms() )); } +} void CalendarView::checkAlarms() |