pimappservices/calendar/client/src/calasynctask.cpp
branchRCL_3
changeset 65 12af337248b1
parent 60 96907930389d
child 66 bd7edf625bdd
equal deleted inserted replaced
60:96907930389d 65:12af337248b1
   190 	else 
   190 	else 
   191 		{
   191 		{
   192 		if (iAction==EFilterCategory && progress==KErrNone)
   192 		if (iAction==EFilterCategory && progress==KErrNone)
   193 			{
   193 			{
   194 			TRAP(progress,GetFilteredEntryL());
   194 			TRAP(progress,GetFilteredEntryL());
   195 		     if( progress != KErrNone )
       
   196 		         {
       
   197                  iAction = ENoAction;
       
   198 		         }
       
   199 			}
   195 			}
   200 		CompleteRequest(progress);
   196 		CompleteRequest(progress);
   201 		}
   197 		}
   202 	}
   198 	}
   203 
   199