author | harlekin <harlekin> | 2002-07-09 14:12:19 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-07-09 14:12:19 (UTC) |
commit | 2d3147a590a150773b84ce6e0aa65f7515a1f178 (patch) (unidiff) | |
tree | 944a6ad190bfe2d36d395918c70cffa998a1c5cb | |
parent | f9e07dc2c8e489c48debb31a6ae5afd46b77faee (diff) | |
download | opie-2d3147a590a150773b84ce6e0aa65f7515a1f178.zip opie-2d3147a590a150773b84ce6e0aa65f7515a1f178.tar.gz opie-2d3147a590a150773b84ce6e0aa65f7515a1f178.tar.bz2 |
isSeekable to determine if slider or not
-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 | |||
@@ -33,4 +33,4 @@ void XineControl::play( const QString& fileName ) { | |||
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) |