summaryrefslogtreecommitdiff
path: root/epgsearchsetup.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 /epgsearchsetup.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 'epgsearchsetup.c')
-rw-r--r--epgsearchsetup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epgsearchsetup.c b/epgsearchsetup.c
index 2fe0680..b2112c7 100644
--- a/epgsearchsetup.c
+++ b/epgsearchsetup.c
@@ -54,6 +54,9 @@ const char *cMenuSetupMailNotification::MailBoxChars = " abcdefghijklmnopqrs
cMenuSetupSubMenu::cMenuSetupSubMenu(const char* Title, cEPGSearchConfig* Data)
: cOsdMenu(Title, 33)
{
+#if VDRVERSNUM >= 10728
+ SetMenuCategory(mcSetup);
+#endif
data = Data;
}