calendarui/commonutils/src/calenentryutil.cpp
branchRCL_3
changeset 14 21239b3bcd78
parent 10 38571fd2a704
--- a/calendarui/commonutils/src/calenentryutil.cpp	Wed Mar 31 21:29:10 2010 +0300
+++ b/calendarui/commonutils/src/calenentryutil.cpp	Wed Apr 14 15:55:57 2010 +0300
@@ -1015,7 +1015,7 @@
 
     if( aStartTime == CalenDateUtils::BeginningOfDay( aStartTime ) 
             && aStopTime == CalenDateUtils::BeginningOfDay( aStopTime ) 
-            && aStartTime != aStopTime && differenceInTime.Int() == 1) // fix for AllDayEntry issue
+            && aStartTime != aStopTime && differenceInTime.Int() >= 1) // fix for AllDayEntry issue
         {
         allDayEvent = ETrue;
         }