Clear download queue now notifies UI
authorteknolog
Sun, 28 Feb 2010 11:25:17 +0000
changeset 22 3243c9461520
parent 21 420a1b4930da
child 23 cf4b850bbffb
Clear download queue now notifies UI
application/sis/podcatcher_udeb.sis
application/sis/podcatcher_udeb_signed.sis
application/sis/podcatcher_urel.sis
application/sis/podcatcher_urel_signed.sis
engine/src/ShowEngine.cpp
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/engine/src/ShowEngine.cpp	Sat Feb 27 18:30:56 2010 +0000
+++ b/engine/src/ShowEngine.cpp	Sun Feb 28 11:25:17 2010 +0000
@@ -123,6 +123,7 @@
 		}
 
 	DBRemoveAllDownloads();
+	NotifyDownloadQueueUpdatedL();
 	}
 
 EXPORT_C TBool CShowEngine::RemoveDownloadL(TUint aUid)