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:
seife
2011-03-15 20:22:46 +00:00
parent 798946e020
commit c9092b9458

View File

@@ -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);