mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user