calendarui/views/src/calenmissedalarmsview.cpp
branchRCL_3
changeset 21 9711e452b5e9
parent 19 1984aceb8774
child 27 55d60436f00b
equal deleted inserted replaced
20:21239b3bcd78 21:9711e452b5e9
   118  			nextStep = CCalenView::EKeepGoing;
   118  			nextStep = CCalenView::EKeepGoing;
   119 			}
   119 			}
   120         	break;
   120         	break;
   121         case EPopulationDone:
   121         case EPopulationDone:
   122 	       	{
   122 	       	{
   123 	       	// update missed alarm list
   123 	       	if(Container())
   124 	       	Container()->UpdateMissedAlarmsArrayL();
   124 	       	    {
   125 
   125                 // update missed alarm list
   126 	       	// populate with missed alarms
   126                 Container()->UpdateMissedAlarmsArrayL();
   127 	       	Container()->PopulateWithMissedAlarmsL();
   127 
       
   128                 // populate with missed alarms
       
   129                 Container()->PopulateWithMissedAlarmsL();
   128        	    
   130        	    
   129        	    // complete population
   131                 // complete population
   130        	    Container()->CompletePopulationL();
   132                 Container()->CompletePopulationL();
   131        	    RedrawStatusPaneL();
   133                 
   132        	    UpdateCbaL();
   134                 RedrawStatusPaneL();
       
   135                 UpdateCbaL();
       
   136 	       	    }
   133        	    
   137        	    
   134        	 
   138        	 
   135 
   139 
   136         	nextStep = CCalenView::EDone;
   140         	nextStep = CCalenView::EDone;
   137         	}
   141         	}