--- a/videoplayback/videoplaybackviews/src/mpxvideopdlplaybackview.cpp Wed Jun 09 09:44:23 2010 +0300
+++ b/videoplayback/videoplaybackviews/src/mpxvideopdlplaybackview.cpp Mon Jun 21 15:43:03 2010 +0300
@@ -16,7 +16,7 @@
*/
-// Version : %version: 25 %
+// Version : %version: 27 %
// Include Files
@@ -83,6 +83,8 @@
MPX_ENTER_EXIT(_L("CMPXVideoPdlPlaybackView::ConstructL()"));
InitializeVideoPlaybackViewL();
+
+ iSyncClose = ETrue;
}
// -------------------------------------------------------------------------------------------------
@@ -237,7 +239,7 @@
// For progressive download mode, this indicates that the file
// could not be played until the entire file is downloaded.
//
- DisplayErrorMessageL( R_MPX_VIDEO_PDL_WAIT_DL_COMPLETE_MSG );
+ DisplayInfoMessageL( R_MPX_VIDEO_PDL_WAIT_DL_COMPLETE_MSG );
ClosePlaybackViewWithErrorL();
break;