diff -r 5902e8f443e2 -r f5af16df2425 application/src/PodcastQueueView.cpp --- 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;