mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
channellist: move avoid-zap-in-movieplayer-mode-message ...
... to a global reachable place to avoid all zap tries
Origin commit data
------------------
Commit: 984e187855
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-29 (Sun, 29 Jul 2018)
Origin message was:
------------------
- channellist: move avoid-zap-in-movieplayer-mode-message ...
... to a global reachable place to avoid all zap tries
This commit is contained in:
@@ -1081,10 +1081,7 @@ int EpgPlus::exec(CChannelList * pchannelList, int selectedChannelIndex, CBouque
|
||||
{
|
||||
if (selectedChannelEntry)
|
||||
{
|
||||
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_ts)
|
||||
ShowHint(LOCALE_MESSAGEBOX_INFO, LOCALE_MOVIEPLAYER_ZAP);
|
||||
else
|
||||
CNeutrinoApp::getInstance()->channelList->zapTo_ChannelID(selectedChannelEntry->channel->getChannelID());
|
||||
CNeutrinoApp::getInstance()->channelList->zapTo_ChannelID(selectedChannelEntry->channel->getChannelID());
|
||||
}
|
||||
current_bouquet = bouquetList->getActiveBouquetNumber();
|
||||
}
|
||||
|
Reference in New Issue
Block a user