From 79756e767cdb52fddcd7b1c28b215fd91ef74e45 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 29 Nov 2018 22:47:42 +0100 Subject: [PATCH] epgview/folowscreenings: disable LOCALE_TIMER_EVENTRECORD_MSG messages ... the signalization with record icon is enough as i think Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/665446269ed60cb6a45d5881bc9d7c7d0c5239c7 Author: vanhofen Date: 2018-11-29 (Thu, 29 Nov 2018) Origin message was: ------------------ - epgview/folowscreenings: disable LOCALE_TIMER_EVENTRECORD_MSG messages ... the signalization with record icon is enough as i think ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 4 ++-- src/gui/followscreenings.cpp | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index f11cd8bb6..4ab95b29d 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -1165,11 +1165,11 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start epgData.eventID, epgData.epg_times.startzeit, epgData.epg_times.startzeit - (ANNOUNCETIME + 120 ), TIMERD_APIDS_CONF, true, epgData.epg_times.startzeit - (ANNOUNCETIME + 120) > time(NULL), recDir, true); - ShowMsg(LOCALE_TIMER_EVENTRECORD_TITLE, LOCALE_TIMER_EVENTRECORD_MSG, CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_INFO); + //ShowMsg(LOCALE_TIMER_EVENTRECORD_TITLE, LOCALE_TIMER_EVENTRECORD_MSG, CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_INFO); timeoutEnd = CRCInput::calcTimeoutEnd(timeout); } } else { - ShowMsg(LOCALE_TIMER_EVENTRECORD_TITLE, LOCALE_TIMER_EVENTRECORD_MSG, CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_INFO); + //ShowMsg(LOCALE_TIMER_EVENTRECORD_TITLE, LOCALE_TIMER_EVENTRECORD_MSG, CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_INFO); timeoutEnd = CRCInput::calcTimeoutEnd(timeout); } } diff --git a/src/gui/followscreenings.cpp b/src/gui/followscreenings.cpp index 6813cf1b3..3827da420 100644 --- a/src/gui/followscreenings.cpp +++ b/src/gui/followscreenings.cpp @@ -117,9 +117,11 @@ int CFollowScreenings::exec(CMenuTarget* /*parent*/, const std::string & actionK } else { if (!forwarders.empty() && (followlist.size() > 1 || g_settings.timer_followscreenings == FOLLOWSCREENINGS_ALWAYS)) //NI forwarders[ix]->iconName_Info_right = NEUTRINO_ICON_MARKER_RECORD; + /* else if (g_settings.timer_followscreenings != FOLLOWSCREENINGS_ALWAYS) //NI ShowMsg(LOCALE_TIMER_EVENTRECORD_TITLE, LOCALE_TIMER_EVENTRECORD_MSG, CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_INFO); + */ return menu_return::RETURN_REPAINT; } break; // for