mpxplugins/serviceplugins/playbackplugins/progressdownloadsb/src/mpxprogressdownloadsb.cpp
changeset 2 b70d77332e66
parent 0 ff3acec5bc43
child 4 beaa16f65879
--- a/mpxplugins/serviceplugins/playbackplugins/progressdownloadsb/src/mpxprogressdownloadsb.cpp	Thu Jan 07 12:45:53 2010 +0200
+++ b/mpxplugins/serviceplugins/playbackplugins/progressdownloadsb/src/mpxprogressdownloadsb.cpp	Mon Jan 18 20:18:06 2010 +0200
@@ -1442,7 +1442,9 @@
 //
 void CMPXProgressDownloadSB::MoveDownloadedFileToMusicFolderL()
     {
-    if ( iFileSaved || ( (*iPdPath).Length() == 0 ) )
+    if ( iFileSaved ||
+         ( (*iPdPath).Length() == 0 ) ||
+         iMAudioProgDLSource->GetDownloadStatus() == MProgDLSource::EDeleted )
         {
         return;
         }