phoneapp/phoneuistates/src/cphonesingleandcallsetup.cpp
changeset 27 2f8f8080a020
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
22:6bb1b21d2484 27:2f8f8080a020
   235     // Set Hold flag to view EFalse that dtmf menu item not delete
   235     // Set Hold flag to view EFalse that dtmf menu item not delete
   236     TPhoneCmdParamBoolean holdFlag;
   236     TPhoneCmdParamBoolean holdFlag;
   237     holdFlag.SetBoolean( EFalse );
   237     holdFlag.SetBoolean( EFalse );
   238     iViewCommandHandle->ExecuteCommandL( EPhoneViewSetHoldFlag, &holdFlag );
   238     iViewCommandHandle->ExecuteCommandL( EPhoneViewSetHoldFlag, &holdFlag );
   239 
   239 
       
   240     SetTouchPaneButtons( EPhoneCallSetupAndSingleButtons );
       
   241     
   240     // Go to alerting state
   242     // Go to alerting state
   241     UpdateCbaL( EPhoneCallHandlingInCallCBA );
   243     UpdateCbaL( EPhoneCallHandlingInCallCBA );
   242     iStateMachine->ChangeState( EPhoneStateAlertingInSingle );
   244     iStateMachine->ChangeState( EPhoneStateAlertingInSingle );
   243     }
   245     }
   244 
   246