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 is contained in:
micha-bbg
2011-10-26 19:51:06 +00:00
parent 5d9683c313
commit 027b5a06a1
3 changed files with 15 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ class CMoviePlayerGui : public CMenuTarget
void updateLcd(const std::string & sel_filename);
bool Playing();
int timeshift;
bool start_timeshift;
int file_prozent;
};