summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
authorharlekin <harlekin>2002-08-19 18:54:10 (UTC)
committer harlekin <harlekin>2002-08-19 18:54:10 (UTC)
commitaaa640a47a707b4d4e6aff37bf78c11bfc903b3c (patch) (side-by-side diff)
tree5aa2412688ce1c81f724e9d70ddf5cdc42e02618 /noncore/multimedia/opieplayer2/mediaplayerstate.cpp
parent719dda9280813d323eebe3d2323271f953ed1144 (diff)
downloadopie-aaa640a47a707b4d4e6aff37bf78c11bfc903b3c.zip
opie-aaa640a47a707b4d4e6aff37bf78c11bfc903b3c.tar.gz
opie-aaa640a47a707b4d4e6aff37bf78c11bfc903b3c.tar.bz2
cleanups
Diffstat (limited to 'noncore/multimedia/opieplayer2/mediaplayerstate.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/mediaplayerstate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
index 6833e07..8366ab4 100644
--- a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
+++ b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
@@ -33,12 +33,13 @@ void MediaPlayerState::readConfig( Config& cfg ) {
isScaled = cfg.readBoolEntry( "Scaling" );
isLooping = cfg.readBoolEntry( "Looping" );
isShuffled = cfg.readBoolEntry( "Shuffle" );
usePlaylist = cfg.readBoolEntry( "UsePlayList" );
usePlaylist = TRUE;
isPlaying = FALSE;
+ isStreaming = FALSE;
isPaused = FALSE;
curPosition = 0;
curLength = 0;
curView = 'l';
}