browserutilities/downloadmgr/DownloadMgrUiLib/Src/CDownloadMgrUiDownloadsList.cpp
branchRCL_3
changeset 35 1f3c3f2f5b0a
parent 34 220a17280356
child 38 4917f9bf7995
equal deleted inserted replaced
34:220a17280356 35:1f3c3f2f5b0a
  1759                     // to download - it can just read completed download from
  1759                     // to download - it can just read completed download from
  1760                     // filesystem.
  1760                     // filesystem.
  1761                     isProgressively = EFalse;                       
  1761                     isProgressively = EFalse;                       
  1762                     }
  1762                     }
  1763                 // First close the downloads list.
  1763                 // First close the downloads list.
  1764                 CancelDisplayingDownloadsList();
  1764                 if ( state != EHttpProgMovingContentFile )
  1765                 iUiUtils->LaunchPdAppL(currDownload, isProgressively);
  1765                     {
       
  1766                      CancelDisplayingDownloadsList();
       
  1767                      iUiUtils->LaunchPdAppL(currDownload, isProgressively);
       
  1768                     }
  1766                 }
  1769                 }
  1767             else 
  1770             else 
  1768                 {
  1771                 {
  1769                 iUiUtils->HandleContentL( currDownload, *iExtension );
  1772                 iUiUtils->HandleContentL( currDownload, *iExtension );
  1770                 CLOG_WRITE("HandleContentL OK");              
  1773                 CLOG_WRITE("HandleContentL OK");