summaryrefslogtreecommitdiff
path: root/menu_whatson.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2012-09-10 19:44:32 +0200
committerChristian Wieninger <cwieninger@gmx.de>2012-09-10 19:44:32 +0200
commit6b94d598a0f91f37173ef428691d2ee111265024 (patch)
treeed519d2bccfed628d0ed3da0466448e2d669f625 /menu_whatson.c
parent415ef4607e0cb291b0f5fa68620ac13d3274404b (diff)
downloadvdr-plugin-epgsearch-6b94d598a0f91f37173ef428691d2ee111265024.tar.gz
vdr-plugin-epgsearch-6b94d598a0f91f37173ef428691d2ee111265024.tar.bz2
now setting the menu category introduced in vdr-1.7.28 (bug tracker #1059)
Diffstat (limited to 'menu_whatson.c')
-rw-r--r--menu_whatson.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/menu_whatson.c b/menu_whatson.c
index cf48bc9..e411b81 100644
--- a/menu_whatson.c
+++ b/menu_whatson.c
@@ -259,6 +259,10 @@ int cMenuWhatsOnSearch::shiftTime = 0;
cMenuWhatsOnSearch::cMenuWhatsOnSearch(const cSchedules *Schedules, int CurrentChannelNr)
:cOsdMenu("", GetTab(1), GetTab(2), GetTab(3), GetTab(4), GetTab(5))
{
+#if VDRVERSNUM >= 10728
+ SetMenuCategory(mcSchedule);
+#endif
+
helpKeys = -1;
shiftTime = 0;
schedules = Schedules;