Fix for download state not taking user from shows view to queue view
authorteknolog
Fri, 05 Mar 2010 16:29:33 +0000
changeset 38 c11e52c5acd2
parent 34 a6046405f1aa
child 39 ca935c84c94b
Fix for download state not taking user from shows view to queue view
application/data/PodcastClient_english.rls
application/sis/podcatcher_udeb.sis
application/sis/podcatcher_udeb_signed.sis
application/sis/podcatcher_urel.sis
application/sis/podcatcher_urel_signed.sis
application/src/PodcastShowsView.cpp
--- 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);