diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2012-09-10 19:44:32 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2012-09-10 19:44:32 +0200 |
commit | 6b94d598a0f91f37173ef428691d2ee111265024 (patch) | |
tree | ed519d2bccfed628d0ed3da0466448e2d669f625 /epgsearchsetup.c | |
parent | 415ef4607e0cb291b0f5fa68620ac13d3274404b (diff) | |
download | vdr-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.c | 3 |
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; } |