mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
gui/cam_menu.cpp: workaround, dont recalc timeout on EVT_TIMER
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2b0f2ffc56
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-25 (Thu, 25 Oct 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -474,7 +474,9 @@ int CCAMMenuHandler::doMenu(int slot, CA_SLOT_TYPE slotType)
|
||||
res = menu_return::RETURN_EXIT_ALL;
|
||||
}
|
||||
} else if (ret == 1) {
|
||||
timeoutEnd = CRCInput::calcTimeoutEnd(10);
|
||||
/* workaround: dont cycle here on timers */
|
||||
if (msg != NeutrinoMessages::EVT_TIMER)
|
||||
timeoutEnd = CRCInput::calcTimeoutEnd(10);
|
||||
continue;
|
||||
} else if (ret == 2) {
|
||||
doexit = true;
|
||||
|
Reference in New Issue
Block a user