diff -r c84cf270c54f -r 8871b09be73b phoneapp/phoneuistates/src/cphonesinglecall.cpp --- a/phoneapp/phoneuistates/src/cphonesinglecall.cpp Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneapp/phoneuistates/src/cphonesinglecall.cpp Fri Feb 19 22:50:26 2010 +0200 @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include "cphonesinglecall.h" #include "tphonecmdparamstring.h" @@ -499,6 +499,12 @@ BeginUiUpdateLC(); + // Hide the number entry if it exists + if ( IsNumberEntryUsedL() ) + { + SetNumberEntryVisibilityL( EFalse ); + } + TPhoneCmdParamBoolean dialerParam; dialerParam.SetBoolean( ETrue );