-rw-r--r-- | noncore/multimedia/opieplayer2/mediaplayerstate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp index ba4e11a..44bc46b 100644 --- a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp +++ b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp | |||
@@ -210,16 +210,17 @@ void MediaPlayerState::setPrev(){ | |||
210 | } | 210 | } |
211 | 211 | ||
212 | void MediaPlayerState::setNext() { | 212 | void MediaPlayerState::setNext() { |
213 | emit next(); | 213 | emit next(); |
214 | } | 214 | } |
215 | 215 | ||
216 | void MediaPlayerState::setList() { | 216 | void MediaPlayerState::setList() { |
217 | setPlaying( FALSE ); | 217 | setPlaying( FALSE ); |
218 | paused = false; | ||
218 | setDisplayType( MediaSelection ); | 219 | setDisplayType( MediaSelection ); |
219 | } | 220 | } |
220 | 221 | ||
221 | void MediaPlayerState::setVideo() { | 222 | void MediaPlayerState::setVideo() { |
222 | setDisplayType( Video ); | 223 | setDisplayType( Video ); |
223 | } | 224 | } |
224 | 225 | ||
225 | void MediaPlayerState::setAudio() { | 226 | void MediaPlayerState::setAudio() { |