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


Origin commit data
------------------
Branch: ni/coolstream
Commit: c9092b9458
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-03-15 (Tue, 15 Mar 2011)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2011-03-15 20:22:46 +00:00
parent b2d58b6c04
commit 30e61e712b

View File

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