phoneapp/phoneuistates/src/cphoneconferenceandwaitingandcallsetup.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 22 6bb1b21d2484
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
   183                  {
   183                  {
   184                 // Number entry is behind waiting call bubble.
   184                 // Number entry is behind waiting call bubble.
   185                 // We can't answer to call in this state so display
   185                 // We can't answer to call in this state so display
   186                 // Not allowed -note.
   186                 // Not allowed -note.
   187                 SendGlobalErrorNoteL( 
   187                 SendGlobalErrorNoteL( 
   188                     EPhoneNoteTextNotAllowed );                                             
   188                     EPhoneNoteTextNotAllowed, ETrue );                                             
   189                  }
   189                  }
   190             break;
   190             break;
   191             
   191             
   192         default:
   192         default:
   193             // do base operation
   193             // do base operation
   319     // Remove the number entry if it isn't DTMF dialer
   319     // Remove the number entry if it isn't DTMF dialer
   320     if ( !iOnScreenDialer || !IsNumberEntryVisibleL() || !IsDTMFEditorVisibleL() )
   320     if ( !iOnScreenDialer || !IsNumberEntryVisibleL() || !IsDTMFEditorVisibleL() )
   321         {
   321         {
   322         iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveNumberEntry );
   322         iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveNumberEntry );
   323         }
   323         }
   324         
       
   325     HandleColpNoteL( aCallId );
       
   326     
   324     
   327     SetTouchPaneButtons( EPhoneWaitingCallButtons );    
   325     SetTouchPaneButtons( EPhoneWaitingCallButtons );    
   328     SetTouchPaneButtonDisabled( EPhoneCallComingCmdAnswer );
   326     SetTouchPaneButtonDisabled( EPhoneCallComingCmdAnswer );
   329     EndUiUpdate();
   327     EndUiUpdate();
   330     
   328