application/src/PodcastAppui.cpp
branchsymbian1
changeset 138 6c8c5122867a
parent 65 bcd88ba95046
child 156 48cdb40709e7
equal deleted inserted replaced
136:cee38af14bcf 138:6c8c5122867a
   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     }