--- a/application/src/PodcastFeedView.cpp Sun Oct 31 14:03:27 2010 +0000
+++ b/application/src/PodcastFeedView.cpp Sun Oct 31 14:14:17 2010 +0000
@@ -522,9 +522,6 @@
switch(aCommand)
{
- case EPodcastHide:
- AppUi()->HandleCommandL(EEikCmdExit);
- break;
case EPodcastAddFeed:
HandleAddFeedL();
break;
--- a/application/src/PodcastListView.cpp Sun Oct 31 14:03:27 2010 +0000
+++ b/application/src/PodcastListView.cpp Sun Oct 31 14:14:17 2010 +0000
@@ -350,6 +350,9 @@
DP1("CPodcastListView::HandleCommandL=%d", aCommand);
switch(aCommand)
{
+ case EPodcastHide:
+ AppUi()->HandleCommandL(EEikCmdExit);
+ break;
case EAknSoftkeyBack:
{
AppUi()->ActivateViewL(iPreviousView);
--- a/application/src/PodcastQueueView.cpp Sun Oct 31 14:03:27 2010 +0000
+++ b/application/src/PodcastQueueView.cpp Sun Oct 31 14:14:17 2010 +0000
@@ -344,11 +344,8 @@
if (index >= 0 && index < iPodcastModel.ActiveShowList().Count())
{
- CShowInfo* info = iPodcastModel.ActiveShowList()[index];
-
aMenuPane->SetItemDimmed(EPodcastMoveDownloadDown, dimDown);
- aMenuPane->SetItemDimmed(EPodcastMoveDownloadUp, dimUp);
-
+ aMenuPane->SetItemDimmed(EPodcastMoveDownloadUp, dimUp);
}
}
}