From f9ba5ebe92b1ec1e00e6977b6433a5ad25fc45ff Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 28 Jun 2005 13:53:45 +0000 Subject: cal time fix --- (limited to 'libkcal/calendarlocal.cpp') diff --git a/libkcal/calendarlocal.cpp b/libkcal/calendarlocal.cpp index 18f1af8..418bfca 100644 --- a/libkcal/calendarlocal.cpp +++ b/libkcal/calendarlocal.cpp @@ -751,7 +751,7 @@ QPtrList CalendarLocal::rawEvents( const QDate &start, const QDate &end, eventList.append( event ); } } else { - if ( ( s >= start && s <= end ) || ( e >= start && e <= end ) ) { + if ( ( e >= start && s <= end ) ) { eventList.append( event ); } } -- cgit v0.9.0.2