neutrino.cpp: try to fix sat/fav keys handling after calling zap history

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9e3b1c5844
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-09 (Wed, 09 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2016-03-09 10:53:15 +03:00
parent a5be5f3911
commit 4b784cf6ed
2 changed files with 2 additions and 1 deletions

View File

@@ -1278,6 +1278,7 @@ int CChannelList::numericZap(int key)
bool showEPG = false;
neutrino_msg_t msg;
neutrino_msg_data_t data;
g_InfoViewer->setSwitchMode(CInfoViewer::IV_MODE_NUMBER_ZAP);
while(1) {
if (lastchan != chn) {
@@ -1361,6 +1362,7 @@ int CChannelList::numericZap(int key)
if (chan && showEPG)
g_EventList->exec(chan->getChannelID(), chan->getName());
}
g_InfoViewer->resetSwitchMode();
return res;
}