diff options
Diffstat (limited to 'displaymenu.c')
-rw-r--r-- | displaymenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaymenu.c b/displaymenu.c index 319a7a8..0302e8f 100644 --- a/displaymenu.c +++ b/displaymenu.c @@ -369,7 +369,7 @@ void cNopacityDisplayMenu::SetMessage(eMessageType Type, const char *Text) { } bool cNopacityDisplayMenu::SetItemEvent(const cEvent *Event, int Index, bool Current, - bool Selectable, const cChannel *Channel, bool WithDate, eTimerMatch TimerMatch) { + bool Selectable, const cChannel *Channel, bool WithDate, eTimerMatch TimerMatch, bool TimerActive) { if (!config.GetValue("narrowScheduleMenu")) return false; |