mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
Infobar blocked buttons in time shift.
- When pressing the player buttons (play, pause, etc.)
in the infobar is now hidden and runs the appropriate commands.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1778 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 027b5a06a1
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Origin message was:
------------------
Infobar blocked buttons in time shift.
- When pressing the player buttons (play, pause, etc.)
in the infobar is now hidden and runs the appropriate commands.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1778 e54a6e83-5905-42d5-8d5c-058d10e6a962
------------------
This commit was generated by Migit
This commit is contained in:
@@ -214,6 +214,7 @@ void CMoviePlayerGui::Init(void)
|
||||
jumpseconds = 0;
|
||||
showaudioselectdialog = false;
|
||||
timeshift = 0;
|
||||
start_timeshift = false;
|
||||
}
|
||||
|
||||
CMoviePlayerGui::~CMoviePlayerGui()
|
||||
@@ -552,6 +553,7 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
open_filebrowser = false;
|
||||
isBookmark = false;
|
||||
timesh = false;
|
||||
start_timeshift = true;
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||
g_InfoViewer->showTitle(CNeutrinoApp::getInstance()->channelList->getActiveChannelNumber(),
|
||||
CNeutrinoApp::getInstance()->channelList->getActiveChannelName(),
|
||||
|
Reference in New Issue
Block a user