diff -r 7f2b2a65da29 -r 55fa1ec415c6 videoplayback/videoplaybackcontrols/src/mpxvideoplaybackprogressbar.cpp --- a/videoplayback/videoplaybackcontrols/src/mpxvideoplaybackprogressbar.cpp Tue Apr 27 16:40:33 2010 +0300 +++ b/videoplayback/videoplaybackcontrols/src/mpxvideoplaybackprogressbar.cpp Tue May 11 16:15:40 2010 +0300 @@ -15,7 +15,7 @@ * */ -// Version : %version: 21 % +// Version : %version: 22 % // INCLUDE FILES @@ -334,8 +334,7 @@ // - If TV-Out is connected and the clip is DRM protected // if ( iController->FileDetails()->iSeekable && - ( state == EPbStatePlaying || state == EPbStatePaused ) && - iController->IsTvOutPlaybackAllowed() ) + ( state == EPbStatePlaying || state == EPbStatePaused ) ) { TReal ratio = (TReal) ( aPointerEvent.iPosition.iX - iFrameIconRect.iTl.iX )/ (TReal)( iFrameIconRect.Width() - KMPXProgressSliderWidth );