- block FAV button in VirtualZAP mode to prevent unwanted/buggy behavior

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1768 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
striper
2011-10-21 11:03:11 +00:00
parent 9b0cff51d6
commit 57ed8ca478
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,6 @@ class CInfoViewer
uint32_t sec_timer_id;
uint32_t fadeTimer;
bool virtual_zap_mode;
int time_left_width;
int time_dot_width;
@@ -161,6 +160,7 @@ class CInfoViewer
public:
bool chanready;
bool is_visible;
bool virtual_zap_mode;
uint32_t lcdUpdateTimer;
CInfoViewer();