gui/cam_menu.cpp: workaround, dont recalc timeout on EVT_TIMER

This commit is contained in:
[CST] Focus
2012-10-25 16:51:07 +04:00
parent dc8ddc5325
commit 2b0f2ffc56

View File

@@ -474,6 +474,8 @@ int CCAMMenuHandler::doMenu(int slot, CA_SLOT_TYPE slotType)
res = menu_return::RETURN_EXIT_ALL;
}
} else if (ret == 1) {
/* workaround: dont cycle here on timers */
if (msg != NeutrinoMessages::EVT_TIMER)
timeoutEnd = CRCInput::calcTimeoutEnd(10);
continue;
} else if (ret == 2) {