diff options
Diffstat (limited to 'menu_conflictcheck.c')
-rw-r--r-- | menu_conflictcheck.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/menu_conflictcheck.c b/menu_conflictcheck.c index 0d49c23..752b738 100644 --- a/menu_conflictcheck.c +++ b/menu_conflictcheck.c @@ -62,6 +62,9 @@ cMenuConflictCheckItem::cMenuConflictCheckItem(cConflictCheckTime* Ct, cConflict cMenuConflictCheck::cMenuConflictCheck() :cOsdMenu("", 4, 12, 4, 5, 30) { +#if VDRVERSNUM >= 10728 + SetMenuCategory(mcSchedule); +#endif showAll = false; lastSel = -1; BuildList(); @@ -194,6 +197,9 @@ bool cMenuConflictCheckDetailsItem::Update(bool Force) cMenuConflictCheckDetails::cMenuConflictCheckDetails(cConflictCheckTimerObj* TimerObj, cConflictCheck* ConflictCheck) :cOsdMenu(tr("Timer conflicts"), 2, 4, 13, 3, 2) { +#if VDRVERSNUM >= 10728 + SetMenuCategory(mcSchedule); +#endif timerObj = TimerObj; checktime = timerObj->conflCheckTime; conflictCheck = ConflictCheck; |