phoneapp/phoneuicontrol/src/cphonestateincall.cpp
branchRCL_3
changeset 39 b8d67d6176f5
parent 34 b68fcd923911
child 58 40a3f856b14d
--- a/phoneapp/phoneuicontrol/src/cphonestateincall.cpp	Tue May 25 12:41:50 2010 +0300
+++ b/phoneapp/phoneuicontrol/src/cphonestateincall.cpp	Wed Jun 09 09:41:11 2010 +0300
@@ -154,8 +154,17 @@
                     }
                 else
                     {
-                    HandleCommandL( EPhoneCmdOptions );
-                    }
+                    TPhoneCmdParamInteger numberEntryCountParam;
+                    iViewCommandHandle->ExecuteCommandL( 
+                           EPhoneViewGetNumberEntryCount,
+                           &numberEntryCountParam );
+                    
+                    TInt neLength( numberEntryCountParam.Integer() );
+                    if ( neLength > 0 )
+                       {
+                       HandleCommandL( EPhoneNumberAcqCmdSendCommand );
+                       }
+                    }      
                 }
             break;
 #endif