From c9f226dbb65eb0db70527a1c0f436954e51e9ab1 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 2 Jan 2011 18:20:47 +0000 Subject: [PATCH] neutrino: SOFTRESET makes no sense in movieplayer git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@994 e54a6e83-5905-42d5-8d5c-058d10e6a962 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e749077ce15ce6c82e07691893a65b963329f58a Author: Stefan Seyfried Date: 2011-01-02 (Sun, 02 Jan 2011) ------------------ This commit was generated by Migit --- src/gui/movieplayer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index c73cd7a2f..330e4f472 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -1175,8 +1175,7 @@ void CMoviePlayerGui::PlayFile(void) newComHintBox.hide(); } jump_not_until = (position / 1000) + 10; // avoid bookmark jumping for the next 10 seconds, , TODO: might be moved to another key - } else if (playstate != CMoviePlayerGui::PAUSE) - playstate = CMoviePlayerGui::SOFTRESET; + } } else if (msg == CRCInput::RC_up || msg == CRCInput::RC_down) { if (msg == CRCInput::RC_up) { if (slow == 2)