diff -r 2a5d4ab426d3 -r d1c62c765e48 phoneapp/phoneuivoipextension/src/cphonestatesinglevoip.cpp --- a/phoneapp/phoneuivoipextension/src/cphonestatesinglevoip.cpp Fri Sep 03 13:33:36 2010 +0300 +++ b/phoneapp/phoneuivoipextension/src/cphonestatesinglevoip.cpp Fri Sep 17 17:09:12 2010 +0300 @@ -175,9 +175,10 @@ &numberEntryCountParam ); TInt neLength( numberEntryCountParam.Integer() ); - if( IsNumberEntryVisibleL() && neLength ) + if( iNumberEntryManager->IsNumberEntryVisibleL() && + neLength ) { - if ( IsCustomizedDialerVisibleL() ) + if ( iNumberEntryManager->IsCustomizedDialerVisibleL() ) { return; } @@ -221,10 +222,10 @@ } else { - if ( IsNumberEntryUsedL() ) + if ( iNumberEntryManager->IsNumberEntryUsedL() ) { // handle send key short press - HBufC* phoneNumber = PhoneNumberFromEntryLC(); + HBufC* phoneNumber = iNumberEntryManager->PhoneNumberFromEntryLC(); if ( !IsSimOk() ) {