mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
infoviewer: don't restart infoviewer on timeset event
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1296 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -817,11 +817,8 @@ void CInfoViewer::loop(int fadeValue, bool show_dot ,bool fadeIn)
|
||||
g_RCInput->postMsg (msg, data);
|
||||
res = messages_return::cancel_info;
|
||||
} else if (msg == NeutrinoMessages::EVT_TIMESET) {
|
||||
// Handle anyway!
|
||||
neutrino->handleMsg (msg, data);
|
||||
g_RCInput->postMsg (NeutrinoMessages::SHOW_INFOBAR, 0);
|
||||
hideIt = false;
|
||||
res = messages_return::cancel_all;
|
||||
/* handle timeset event in upper layer, ignore here */
|
||||
res = neutrino->handleMsg (msg, data);
|
||||
} else {
|
||||
if (msg == CRCInput::RC_standby) {
|
||||
g_RCInput->killTimer (sec_timer_id);
|
||||
|
Reference in New Issue
Block a user