diff -r 6711b85517b7 -r dec420019252 videoplayerapp/mpxvideoplayer/src/mpxvideoembeddedpdlhandler.cpp --- a/videoplayerapp/mpxvideoplayer/src/mpxvideoembeddedpdlhandler.cpp Tue Jan 26 12:00:59 2010 +0200 +++ b/videoplayerapp/mpxvideoplayer/src/mpxvideoembeddedpdlhandler.cpp Tue Feb 02 00:12:10 2010 +0200 @@ -12,10 +12,10 @@ * Contributors: * * Description: Handles PDL commands passed in by other appilcations - * +* */ -// Version : %version: 10 % +// Version : %version: 11 % #include @@ -105,7 +105,7 @@ // // New download received, close old playback plugin // - iAppUiEngine->PlaybackUtility()->CommandL( EPbCmdClose ); + iAppUiEngine->ClosePlaybackPluginL(); StartNewDownloadL( aDlId, aFileName ); }