# HG changeset patch # User teknolog # Date 1267356317 0 # Node ID 3243c946152029eb0562efe144d639bcd09ba0b2 # Parent 420a1b4930da016c37d04d0974cd6e20d20d9be7 Clear download queue now notifies UI diff -r 420a1b4930da -r 3243c9461520 application/sis/podcatcher_udeb.sis Binary file application/sis/podcatcher_udeb.sis has changed diff -r 420a1b4930da -r 3243c9461520 application/sis/podcatcher_udeb_signed.sis Binary file application/sis/podcatcher_udeb_signed.sis has changed diff -r 420a1b4930da -r 3243c9461520 application/sis/podcatcher_urel.sis Binary file application/sis/podcatcher_urel.sis has changed diff -r 420a1b4930da -r 3243c9461520 application/sis/podcatcher_urel_signed.sis Binary file application/sis/podcatcher_urel_signed.sis has changed diff -r 420a1b4930da -r 3243c9461520 engine/src/ShowEngine.cpp --- 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)