-rw-r--r-- | noncore/multimedia/opieplayer2/xinecontrol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/multimedia/opieplayer2/xinecontrol.cpp b/noncore/multimedia/opieplayer2/xinecontrol.cpp index 497636a..7d3b1f7 100644 --- a/noncore/multimedia/opieplayer2/xinecontrol.cpp +++ b/noncore/multimedia/opieplayer2/xinecontrol.cpp | |||
@@ -31,8 +31,8 @@ void XineControl::play( const QString& fileName ) { | |||
31 | } | 31 | } |
32 | 32 | ||
33 | // determine if slider is shown | 33 | // determine if slider is shown |
34 | mediaPlayerState->setIsStreaming( mdetect.isStreaming( fileName ) ); | 34 | // mediaPlayerState->setIsStreaming( mdetect.isStreaming( fileName ) ); |
35 | 35 | mediaPlayerState->setIsStreaming( libXine->isSeekable() ); | |
36 | // which gui (video / audio) | 36 | // which gui (video / audio) |
37 | mediaPlayerState->setView( whichGui ); | 37 | mediaPlayerState->setView( whichGui ); |
38 | 38 | ||