--- a/phoneapp/phoneuicontrol/src/cphonestateidle.cpp Tue May 25 12:41:50 2010 +0300
+++ b/phoneapp/phoneuicontrol/src/cphonestateidle.cpp Wed Jun 09 09:41:11 2010 +0300
@@ -301,7 +301,16 @@
}
else
{
- HandleCommandL( EPhoneCmdOptions );
+ TPhoneCmdParamInteger numberEntryCountParam;
+ iViewCommandHandle->ExecuteCommandL(
+ EPhoneViewGetNumberEntryCount,
+ &numberEntryCountParam );
+
+ TInt neLength( numberEntryCountParam.Integer() );
+ if ( neLength > 0 )
+ {
+ HandleSendCommandL();
+ }
}
}
break;