equal
deleted
inserted
replaced
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; |