meetingrequest/mrgui/src/cesmrmeetingtimevalidator.cpp
changeset 1 12c456ceeff2
parent 0 8466d47a6819
child 16 4ce476e64c59
equal deleted inserted replaced
0:8466d47a6819 1:12c456ceeff2
   395             error = MESMRFieldValidator::EErrorRelativeAlarmInPast;
   395             error = MESMRFieldValidator::EErrorRelativeAlarmInPast;
   396             }
   396             }
   397 
   397 
   398         TTime until;
   398         TTime until;
   399         if ( iRecurrenceValue != ERecurrenceNot &&
   399         if ( iRecurrenceValue != ERecurrenceNot &&
   400              iRecurrenceValue != ERecurrenceUnknown )
   400              iRecurrenceValue != ERecurrenceUnknown &&
       
   401              iRecurrenceUntilDate && iRecurrenceUntilDate->IsVisible() )
   401             {
   402             {
   402             until = RecurrenceUntilTime();
   403             until = RecurrenceUntilTime();
   403 
   404 
   404             // Showing error note if is alarm in past, 
   405             // Showing error note if is alarm in past, 
   405             // when entry has recurrence
   406             // when entry has recurrence