From 313989ca49ae28d3af31ae51e4148f0fcb699dba Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 4 Jan 2018 16:07:46 +0100 Subject: [PATCH] folowscreenings: use new marker icons Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/b4d2cdb05e3302ed5dc61ac373a9016e5fb10108 Author: vanhofen Date: 2018-01-04 (Thu, 04 Jan 2018) Origin message was: ------------------ - folowscreenings: use new marker icons --- src/gui/followscreenings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/followscreenings.cpp b/src/gui/followscreenings.cpp index a1dcc7fbd..c98ddfadd 100644 --- a/src/gui/followscreenings.cpp +++ b/src/gui/followscreenings.cpp @@ -116,7 +116,7 @@ int CFollowScreenings::exec(CMenuTarget* /*parent*/, const std::string & actionK //FIXME -- no error handling, but this shouldn't happen ... } else { if (!forwarders.empty() && (followlist.size() > 1 || g_settings.timer_followscreenings == FOLLOWSCREENINGS_ALWAYS)) //NI - forwarders[ix]->iconName_Info_right = NEUTRINO_ICON_REC; + 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); @@ -139,7 +139,7 @@ void CFollowScreenings::updateRightIcon(int ix, time_t start, unsigned int durat for (i = overlappingTimers.begin(); i != overlappingTimers.end(); i++) if (i->eventType == CTimerd::TIMER_RECORD) { if (channel_id == i->channel_id && start == i->epg_starttime) { - forwarders[ix]->iconName_Info_right = NEUTRINO_ICON_REC; + forwarders[ix]->iconName_Info_right = NEUTRINO_ICON_MARKER_RECORD; return; } if (!SAME_TRANSPONDER(channel_id, i->channel_id)) {