mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +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);
|
g_RCInput->postMsg (msg, data);
|
||||||
res = messages_return::cancel_info;
|
res = messages_return::cancel_info;
|
||||||
} else if (msg == NeutrinoMessages::EVT_TIMESET) {
|
} else if (msg == NeutrinoMessages::EVT_TIMESET) {
|
||||||
// Handle anyway!
|
/* handle timeset event in upper layer, ignore here */
|
||||||
neutrino->handleMsg (msg, data);
|
res = neutrino->handleMsg (msg, data);
|
||||||
g_RCInput->postMsg (NeutrinoMessages::SHOW_INFOBAR, 0);
|
|
||||||
hideIt = false;
|
|
||||||
res = messages_return::cancel_all;
|
|
||||||
} else {
|
} else {
|
||||||
if (msg == CRCInput::RC_standby) {
|
if (msg == CRCInput::RC_standby) {
|
||||||
g_RCInput->killTimer (sec_timer_id);
|
g_RCInput->killTimer (sec_timer_id);
|
||||||
|
Reference in New Issue
Block a user