calendarui/server/CalenSvr/src/calensvrmissedalarmmanager.cpp
branchRCL_3
changeset 13 1984aceb8774
parent 0 f979ecb2b13e
equal deleted inserted replaced
11:0f07cd1b5772 13:1984aceb8774
   235 		iNumOfMissedAlarms = KNoMissedAlarms;
   235 		iNumOfMissedAlarms = KNoMissedAlarms;
   236 		iShowSoftNotification = EFalse;	
   236 		iShowSoftNotification = EFalse;	
   237 	    }
   237 	    }
   238 	else
   238 	else
   239 	    {
   239 	    {
   240 		if(iNumOfMissedAlarms > TInt(newCount))
   240 		/*if(iNumOfMissedAlarms > TInt(newCount))
   241 		    {
   241 		    {
   242 		    iShowSoftNotification = EFalse;
   242 		    iShowSoftNotification = EFalse;
   243 		    }
   243 		    }
   244 		else
   244 		else
   245 		    {
   245 		    {
   246 		    iShowSoftNotification = ETrue;
   246 		    iShowSoftNotification = ETrue;
   247 		    }
   247 		    }*/
   248 		
   248 		
       
   249 	// changes done for missing popup in idle screen when alarm expires in editor mode
   249 		iNumOfMissedAlarms = TInt(newCount);
   250 		iNumOfMissedAlarms = TInt(newCount);
       
   251 		iShowSoftNotification = ETrue;
   250 	    }
   252 	    }
   251 	
   253 	
   252 	TRACE_EXIT_POINT;
   254 	TRACE_EXIT_POINT;
   253     }
   255     }
   254 
   256