summaryrefslogtreecommitdiff
path: root/menu_myedittimer.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2013-01-02 11:35:28 +0100
committerChristian Wieninger <cwieninger@gmx.de>2013-01-02 11:35:28 +0100
commitb91509cf7c91def59a084d63fb2c3a523c71760e (patch)
tree8c9617a354b9c70ba4c0fa34aa2f50668526c13c /menu_myedittimer.c
parent41903ba9ebaa35299d53bffa66a009c8b797a41d (diff)
downloadvdr-plugin-epgsearch-b91509cf7c91def59a084d63fb2c3a523c71760e.tar.gz
vdr-plugin-epgsearch-b91509cf7c91def59a084d63fb2c3a523c71760e.tar.bz2
- use of new menu categories introduced in vdr-1.7.33/34
- call SetItemEvent to pass schedule info to skins
Diffstat (limited to 'menu_myedittimer.c')
-rw-r--r--menu_myedittimer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu_myedittimer.c b/menu_myedittimer.c
index 256518f..836829c 100644
--- a/menu_myedittimer.c
+++ b/menu_myedittimer.c
@@ -40,8 +40,8 @@ const char *cMenuMyEditTimer::CheckModes[3];
cMenuMyEditTimer::cMenuMyEditTimer(cTimer *Timer, bool New, const cEvent* Event, const cChannel* forcechannel)
:cOsdMenu(trVDR("Edit timer"), 14)
{
-#if VDRVERSNUM >= 10728
- SetMenuCategory(mcTimer);
+#if VDRVERSNUM >= 10734
+ SetMenuCategory(mcTimerEdit);
#endif
CheckModes[0] = tr("no check");
CheckModes[UPD_CHDUR] = tr("by channel and time");