mpxplugins/viewplugins/views/embeddedplaybackview/src/mpxembeddedplaybackviewimp.cpp
branchRCL_3
changeset 56 2cbbefa9af78
parent 53 3de6c4cf6b67
child 66 1f1dad4af8f8
equal deleted inserted replaced
53:3de6c4cf6b67 56:2cbbefa9af78
   547         TBool isPrivate = (fileParse.NamePresent() &&
   547         TBool isPrivate = (fileParse.NamePresent() &&
   548             !KMPXMusicplayerPrivateFolder().CompareF(
   548             !KMPXMusicplayerPrivateFolder().CompareF(
   549                 fileParse.Path().Left(
   549                 fileParse.Path().Left(
   550                     KMPXMusicplayerPrivateFolder().Length())));
   550                     KMPXMusicplayerPrivateFolder().Length())));
   551 
   551 
   552         if ( iCommonUiHelper->IsHostMessagingL()
   552         if ( (iCommonUiHelper->IsHostMessagingL() || iCommonUiHelper->IsHostCalendarL() )
   553                 && mediapath.CompareF(savedpath) && isPrivate )
   553                 && mediapath.CompareF(savedpath) && isPrivate )
   554             {
   554             {
   555             HandleSaveL( (TMPXNpvSaveMode)aCommand );
   555             HandleSaveL( (TMPXNpvSaveMode)aCommand );
   556             }
   556             }
   557         else
   557         else