browserutilities/downloadmgr/DownloadMgrServEng/Src/HttpDownload.cpp
branchRCL_3
changeset 67 4917f9bf7995
parent 62 c711bdda59f4
child 70 8bfb9186a8b8
equal deleted inserted replaced
64:ac77f89b1d9e 67:4917f9bf7995
  6793         {
  6793         {
  6794         if( ( err = fs.CharToDrive( drives[i], drive )) != KErrNone )
  6794         if( ( err = fs.CharToDrive( drives[i], drive )) != KErrNone )
  6795             {
  6795             {
  6796             continue;
  6796             continue;
  6797             }
  6797             }
  6798         if( drive == currentDrive )//if the current path is same as the path in cenrep then no need to update.The diff is because we must have not known size before hand
  6798         if( drive == currentDrive || iStorage->DestFNameSet())//if the current path is same as the path in cenrep then no need to update.The diff is because we must have not known size before hand
  6799             {
  6799             {
  6800 #ifdef DOWNLOADMGR_PATH_PLUGIN_ENABLED_FF
  6800 #ifdef DOWNLOADMGR_PATH_PLUGIN_ENABLED_FF
  6801             if( !downloadPathPlugin )
  6801             if( !downloadPathPlugin )
  6802                 {
  6802                 {
  6803                 needToUpdatePath = EFalse;
  6803                 needToUpdatePath = EFalse;