--- a/application/data/PodcastClient_english.rls Thu Mar 04 22:06:39 2010 +0000
+++ b/application/data/PodcastClient_english.rls Fri Mar 05 16:29:33 2010 +0000
@@ -94,7 +94,7 @@
rls_string STRING_r_add_feed_prompt "Enter search terms or feed URL"
rls_string STRING_r_edit_feed_prompt "Feed URL"
-rls_string STRING_r_add_feed_title_prompt "Feed Title"
+rls_string STRING_r_add_feed_title_prompt "Feed title"
rls_string STRING_r_remove_feed_title "Remove feed"
rls_string STRING_r_remove_feed_prompt "Remove feed '%S'?"
Binary file application/sis/podcatcher_udeb.sis has changed
Binary file application/sis/podcatcher_udeb_signed.sis has changed
Binary file application/sis/podcatcher_urel.sis has changed
Binary file application/sis/podcatcher_urel_signed.sis has changed
--- a/application/src/PodcastShowsView.cpp Thu Mar 04 22:06:39 2010 +0000
+++ b/application/src/PodcastShowsView.cpp Fri Mar 05 16:29:33 2010 +0000
@@ -326,8 +326,10 @@
switch (showInfo->DownloadState()) {
case ENotDownloaded:
+ case EFailedDownload:
HandleCommandL(EPodcastDownloadShow);
break;
+ case EDownloading:
case EQueued:
AppUi()->ActivateLocalViewL(KUidPodcastQueueViewID, TUid::Uid(0), KNullDesC8());
((CPodcastAppUi*)AppUi())->SetActiveTab(KTabIdQueue);