application/src/PodcastAppui.cpp
changeset 101 68b48f53a8ec
parent 100 eefed4bda2e2
child 110 4ec84fbc7b27
equal deleted inserted replaced
100:eefed4bda2e2 101:68b48f53a8ec
   171     
   171     
   172     if (iFeedView->IsVisible()) {
   172     if (iFeedView->IsVisible()) {
   173 		array->AppendL(TCoeHelpContext(KUidPodcast,KContextFeedsView));
   173 		array->AppendL(TCoeHelpContext(KUidPodcast,KContextFeedsView));
   174     } else if (iShowsView->IsVisible()) {
   174     } else if (iShowsView->IsVisible()) {
   175 		array->AppendL(TCoeHelpContext(KUidPodcast,KContextShowsView));
   175 		array->AppendL(TCoeHelpContext(KUidPodcast,KContextShowsView));
       
   176     } else if (iSearchView->IsVisible()) {
       
   177 		array->AppendL(TCoeHelpContext(KUidPodcast,KContextSearch));
   176     } else if (iQueueView->IsVisible()) {
   178     } else if (iQueueView->IsVisible()) {
   177 		array->AppendL(TCoeHelpContext(KUidPodcast,KContextDownloadQueue));
   179 		array->AppendL(TCoeHelpContext(KUidPodcast,KContextDownloadQueue));
   178     } else {
   180     } else {
   179 		array->AppendL(TCoeHelpContext(KUidPodcast,KContextSettings));
   181 		array->AppendL(TCoeHelpContext(KUidPodcast,KContextSettings));
   180     }
   182     }