mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
neutrino.cpp: Enable mute icon in channellist when 'Quickzap in list' active or allow
Partial revert commitef1cb49866
Origin commit data ------------------ Commit:7a2b1e26da
Author: Michael Liebmann <tuxcode.bbg@gmail.com> Date: 2016-01-20 (Wed, 20 Jan 2016) Origin message was: ------------------ neutrino.cpp: Enable mute icon in channellist when 'Quickzap in list' active or allow Partial revert commitef1cb49866
This commit is contained in:
@@ -2541,14 +2541,10 @@ int CNeutrinoApp::showChannelList(const neutrino_msg_t _msg, bool from_menu)
|
||||
//_show:
|
||||
if(msg == CRCInput::RC_ok)
|
||||
{
|
||||
if (g_settings.channellist_new_zap_mode > 0) /* allow or active */
|
||||
g_audioMute->enableMuteIcon(false);
|
||||
if( !bouquetList->Bouquets.empty() && bouquetList->Bouquets[old_b]->channelList->getSize() > 0)
|
||||
nNewChannel = bouquetList->Bouquets[old_b]->channelList->exec();//with ZAP!
|
||||
else
|
||||
nNewChannel = bouquetList->exec(true);
|
||||
if (g_settings.channellist_new_zap_mode > 0) /* allow or active */
|
||||
g_audioMute->enableMuteIcon(true);
|
||||
} else if(msg == CRCInput::RC_sat) {
|
||||
SetChannelMode(LIST_MODE_SAT);
|
||||
nNewChannel = bouquetList->exec(true);
|
||||
|
Reference in New Issue
Block a user