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:
[CST] Focus
2012-10-25 16:51:07 +04:00
parent 33c7b51731
commit 94e8db1070

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) {