application/src/PodcastAppui.cpp
changeset 140 68b48f53a8ec
parent 137 eefed4bda2e2
child 155 4ec84fbc7b27
--- a/application/src/PodcastAppui.cpp	Thu May 27 12:31:17 2010 +0100
+++ b/application/src/PodcastAppui.cpp	Thu May 27 17:08:58 2010 +0100
@@ -173,6 +173,8 @@
 		array->AppendL(TCoeHelpContext(KUidPodcast,KContextFeedsView));
     } else if (iShowsView->IsVisible()) {
 		array->AppendL(TCoeHelpContext(KUidPodcast,KContextShowsView));
+    } else if (iSearchView->IsVisible()) {
+		array->AppendL(TCoeHelpContext(KUidPodcast,KContextSearch));
     } else if (iQueueView->IsVisible()) {
 		array->AppendL(TCoeHelpContext(KUidPodcast,KContextDownloadQueue));
     } else {