diff -r a6539d1e8e43 -r 34879f5cfc63 logsui/AppSrc/CLogsBaseView.cpp --- 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