meetingrequest/mrgui/mrfieldbuilderplugin/src/cesmrpriorityfield.cpp
branchRCL_3
changeset 17 8592a65ad3fb
parent 16 4ce476e64c59
child 24 b5fbb9b25d57
equal deleted inserted replaced
16:4ce476e64c59 17:8592a65ad3fb
   262     FUNC_LOG;
   262     FUNC_LOG;
   263     TBool isUsed( EFalse );
   263     TBool isUsed( EFalse );
   264     if( aCommand == EESMRCmdOpenPriorityQuery ||
   264     if( aCommand == EESMRCmdOpenPriorityQuery ||
   265         aCommand == EAknCmdOpen )
   265         aCommand == EAknCmdOpen )
   266         {
   266         {
       
   267     	HandleTactileFeedbackL();
       
   268     	
   267         ExecutePriorityQueryL();
   269         ExecutePriorityQueryL();
   268         isUsed = ETrue;
   270         isUsed = ETrue;
   269         
       
   270         HandleTactileFeedbackL();
       
   271         }
   271         }
   272     return isUsed;
   272     return isUsed;
   273     }
   273     }
   274 
   274 
   275 // ---------------------------------------------------------------------------
   275 // ---------------------------------------------------------------------------