adzap, fix zap to last channel, disable hintbox with zap

Origin commit data
------------------
Branch: ni/coolstream
Commit: ce85015b9a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-05-04 (Sat, 04 May 2019)


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

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2019-05-04 18:19:22 +02:00
committed by vanhofen
parent 7a5a827fd6
commit 0a7ba6abff

View File

@@ -1277,10 +1277,8 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
tmp_msg += " ";
tmp_msg += g_Locale->getText(LOCALE_UNIT_SHORT_MINUTE);
if (g_settings.adzap_zapOnActivation != SNeutrinoSettings::ADZAP_ZAP_OFF)
CAdZapMenu::getInstance()->Zap_On_Activation(channel_id);
ShowMsg(LOCALE_ADZAP, tmp_msg, CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_INFO);
if (g_settings.adzap_zapOnActivation == SNeutrinoSettings::ADZAP_ZAP_OFF)
ShowMsg(LOCALE_ADZAP, tmp_msg, CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_INFO);
}
//CTimerdClient timerdclient;
else if (g_Timerd->isTimerdAvailable())