mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
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: 665446269e
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
@@ -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.eventID, epgData.epg_times.startzeit,
|
||||||
epgData.epg_times.startzeit - (ANNOUNCETIME + 120 ),
|
epgData.epg_times.startzeit - (ANNOUNCETIME + 120 ),
|
||||||
TIMERD_APIDS_CONF, true, epgData.epg_times.startzeit - (ANNOUNCETIME + 120) > time(NULL), recDir, true);
|
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);
|
timeoutEnd = CRCInput::calcTimeoutEnd(timeout);
|
||||||
}
|
}
|
||||||
} else {
|
} 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);
|
timeoutEnd = CRCInput::calcTimeoutEnd(timeout);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -117,9 +117,11 @@ int CFollowScreenings::exec(CMenuTarget* /*parent*/, const std::string & actionK
|
|||||||
} else {
|
} else {
|
||||||
if (!forwarders.empty() && (followlist.size() > 1 || g_settings.timer_followscreenings == FOLLOWSCREENINGS_ALWAYS)) //NI
|
if (!forwarders.empty() && (followlist.size() > 1 || g_settings.timer_followscreenings == FOLLOWSCREENINGS_ALWAYS)) //NI
|
||||||
forwarders[ix]->iconName_Info_right = NEUTRINO_ICON_MARKER_RECORD;
|
forwarders[ix]->iconName_Info_right = NEUTRINO_ICON_MARKER_RECORD;
|
||||||
|
/*
|
||||||
else if (g_settings.timer_followscreenings != FOLLOWSCREENINGS_ALWAYS) //NI
|
else if (g_settings.timer_followscreenings != FOLLOWSCREENINGS_ALWAYS) //NI
|
||||||
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);
|
||||||
|
*/
|
||||||
return menu_return::RETURN_REPAINT;
|
return menu_return::RETURN_REPAINT;
|
||||||
}
|
}
|
||||||
break; // for
|
break; // for
|
||||||
|
Reference in New Issue
Block a user