phoneapp/phoneuicontrol/src/cphonestateidle.cpp
branchRCL_3
changeset 39 b8d67d6176f5
parent 25 91c2fb4b78df
child 44 3c221667e687
--- 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;