logsui/AppSrc/CLogsBaseView.cpp
branchRCL_3
changeset 15 34879f5cfc63
parent 12 4ae315f230bc
child 17 2666d9724c76
--- a/logsui/AppSrc/CLogsBaseView.cpp	Wed Jun 09 09:26:27 2010 +0300
+++ b/logsui/AppSrc/CLogsBaseView.cpp	Mon Jun 21 15:24:27 2010 +0300
@@ -880,9 +880,7 @@
         }
   
     //Process Send key for cellular, voip or poc call 
-    if( aKeyEvent.iScanCode == EStdKeyYes &&
-        ( MenuBar()->ItemSpecificCommandsEnabled() ||
-            LogsAppUi()->ActiveViewId() == ELogDetailViewId ) )
+    if( aKeyEvent.iScanCode == EStdKeyYes )
         {
         ConstructDelayedL( EFalse );        //EFalse: perform immediately
         TBool supportLongSendPress = EFalse;//FIXME: FeatureManager::FeatureSupported( ??? ) this value should be available from platform in future