mpxmusicplayer/app/src/mpxrestorepath.cpp
branchRCL_3
changeset 26 70a8526f03f2
parent 0 ff3acec5bc43
equal deleted inserted replaced
21:a1247965635c 26:70a8526f03f2
   650             // currently selected song after the automatic refresh
   650             // currently selected song after the automatic refresh
   651             //
   651             //
   652             // USB mass storage dismounts the disk, but in that case
   652             // USB mass storage dismounts the disk, but in that case
   653             // we do want to revert back to first song of all songs
   653             // we do want to revert back to first song of all songs
   654             //
   654             //
   655             else if( type == EMcMsgDiskInserted &&
   655 			//if refresh started save the path info
       
   656 			//
       
   657             else if( ( type == EMcMsgDiskInserted || EMcMsgRefreshStart ) &&
   656                      !iUSBOngoing )
   658                      !iUSBOngoing )
   657                 {
   659                 {
   658                 SavePathL();
   660                 SavePathL();
   659                 iLoadSavedPath = ETrue;
   661                 iLoadSavedPath = ETrue;
   660                 }
   662                 }