videoplayback/videoplaybackcontrols/src/mpxvideoplaybackprogressbar.cpp
branchRCL_3
changeset 14 55fa1ec415c6
parent 12 7f2b2a65da29
child 15 8f0df5c82986
--- 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 );