application/src/PodcastQueueView.cpp
branchRCL_3
changeset 301 f5af16df2425
parent 295 67f53e831ab0
child 314 e7776f6a2198
--- a/application/src/PodcastQueueView.cpp	Thu Oct 28 22:41:44 2010 +0100
+++ b/application/src/PodcastQueueView.cpp	Thu Oct 28 23:32:49 2010 +0100
@@ -318,6 +318,11 @@
 			UpdateListboxItemsL();
 			}
 			break;
+		case EPodcastShowInfo:
+			{
+			DisplayShowInfoDialogL();
+			}
+			break;
 		default:
 			CPodcastListView::HandleCommandL(aCommand);
 			break;