mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- folowscreenings: use new marker icons
Conflicts: src/gui/followscreenings.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -110,7 +110,7 @@ int CFollowScreenings::exec(CMenuTarget* /*parent*/, const std::string & actionK
|
|||||||
//FIXME -- no error handling, but this shouldn't happen ...
|
//FIXME -- no error handling, but this shouldn't happen ...
|
||||||
} else {
|
} else {
|
||||||
if (!forwarders.empty() && followlist.size() > 1)
|
if (!forwarders.empty() && followlist.size() > 1)
|
||||||
forwarders[ix]->iconName_Info_right = NEUTRINO_ICON_REC;
|
forwarders[ix]->iconName_Info_right = NEUTRINO_ICON_MARKER_RECORD;
|
||||||
else
|
else
|
||||||
ShowMsg(LOCALE_TIMER_EVENTRECORD_TITLE, LOCALE_TIMER_EVENTRECORD_MSG,
|
ShowMsg(LOCALE_TIMER_EVENTRECORD_TITLE, LOCALE_TIMER_EVENTRECORD_MSG,
|
||||||
CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_INFO);
|
CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_INFO);
|
||||||
@@ -133,7 +133,7 @@ void CFollowScreenings::updateRightIcon(int ix, time_t start, unsigned int durat
|
|||||||
for (i = overlappingTimers.begin(); i != overlappingTimers.end(); i++)
|
for (i = overlappingTimers.begin(); i != overlappingTimers.end(); i++)
|
||||||
if (i->eventType == CTimerd::TIMER_RECORD) {
|
if (i->eventType == CTimerd::TIMER_RECORD) {
|
||||||
if (channel_id == i->channel_id && start == i->epg_starttime) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
if (!SAME_TRANSPONDER(channel_id, i->channel_id)) {
|
if (!SAME_TRANSPONDER(channel_id, i->channel_id)) {
|
||||||
|
Reference in New Issue
Block a user