mpxplugins/viewplugins/views/podcastplaybackview/src/mpxpodcastplaybackviewimp.cpp
branchRCL_3
changeset 17 c8156a91d13c
parent 5 2a40e88564c8
child 21 a1247965635c
--- a/mpxplugins/viewplugins/views/podcastplaybackview/src/mpxpodcastplaybackviewimp.cpp	Mon Mar 15 12:40:11 2010 +0200
+++ b/mpxplugins/viewplugins/views/podcastplaybackview/src/mpxpodcastplaybackviewimp.cpp	Wed Mar 31 21:26:33 2010 +0300
@@ -292,6 +292,9 @@
             aMenuPane->SetItemDimmed(
                     EMPXPbvCmdRandom,
                     ETrue );
+            aMenuPane->SetItemDimmed(
+                    EMPXPbvCmdSongDetails,
+                    ETrue );
 
 			// Check if FM Transmitter is supported
 			if ( !FeatureManager::FeatureSupported( KFeatureIdFmtx ) )
@@ -378,6 +381,11 @@
                 }
             break;
             }
+        case EMPXPbvCmdPodcastDetails:
+            {
+            CMPXCommonPlaybackViewImp::LaunchFileDetailsDialogL();
+			break;
+            } 
         default:
             {
             CMPXCommonPlaybackViewImp::HandleCommandL( aCommand );