mpxplugins/viewplugins/views/podcastplaybackview/src/mpxpodcastplaybackviewimp.cpp
branchRCL_3
changeset 13 c8156a91d13c
parent 5 2a40e88564c8
child 15 a1247965635c
equal deleted inserted replaced
12:171e07ac910f 13:c8156a91d13c
   290                     EMPXPbvCmdRepeat,
   290                     EMPXPbvCmdRepeat,
   291                     ETrue );
   291                     ETrue );
   292             aMenuPane->SetItemDimmed(
   292             aMenuPane->SetItemDimmed(
   293                     EMPXPbvCmdRandom,
   293                     EMPXPbvCmdRandom,
   294                     ETrue );
   294                     ETrue );
       
   295             aMenuPane->SetItemDimmed(
       
   296                     EMPXPbvCmdSongDetails,
       
   297                     ETrue );
   295 
   298 
   296 			// Check if FM Transmitter is supported
   299 			// Check if FM Transmitter is supported
   297 			if ( !FeatureManager::FeatureSupported( KFeatureIdFmtx ) )
   300 			if ( !FeatureManager::FeatureSupported( KFeatureIdFmtx ) )
   298 				{
   301 				{
   299 				aMenuPane->SetItemDimmed(
   302 				aMenuPane->SetItemDimmed(
   376                 {
   379                 {
   377                 CMPXCommonPlaybackViewImp::HandleCommandL( aCommand );
   380                 CMPXCommonPlaybackViewImp::HandleCommandL( aCommand );
   378                 }
   381                 }
   379             break;
   382             break;
   380             }
   383             }
       
   384         case EMPXPbvCmdPodcastDetails:
       
   385             {
       
   386             CMPXCommonPlaybackViewImp::LaunchFileDetailsDialogL();
       
   387 			break;
       
   388             } 
   381         default:
   389         default:
   382             {
   390             {
   383             CMPXCommonPlaybackViewImp::HandleCommandL( aCommand );
   391             CMPXCommonPlaybackViewImp::HandleCommandL( aCommand );
   384             break;
   392             break;
   385             }
   393             }