From bf95dce0b9143e3c9b9aeb3cdfda24cb5325dd33 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 10 Jul 2005 20:17:14 +0000 Subject: fix --- (limited to 'korganizer') diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index 427d71b..9674921 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -2776,7 +2776,11 @@ void CalendarView::changeEventDisplay(Event *which, int action) mTodoList->updateView(); if ( action != KOGlobals::EVENTDELETED ) { mConflictingEvent = which ; - QTimer::singleShot( 1000, this, SLOT ( checkConflictForEvent() ) ); + int time = 1000; +#ifdef DESKTOP_VERSION + time = 500; +#endif + QTimer::singleShot( time, this, SLOT ( checkConflictForEvent() ) ); } // } } else { -- cgit v0.9.0.2