From 4798df400d419ec7155f5b8ceb158e6f7a0c2774 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sat, 4 May 2019 13:56:36 +0200 Subject: [PATCH] adzap, fix zap to last channel, disable hintbox with zap --- src/gui/epgview.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 78393a115..9429ccdc6 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -1249,10 +1249,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())