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 /menu_commands.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 'menu_commands.c')
-rw-r--r-- | menu_commands.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/menu_commands.c b/menu_commands.c index 96635bc..9d33863 100644 --- a/menu_commands.c +++ b/menu_commands.c @@ -45,6 +45,10 @@ The project's page is at http://winni.vdr-developer.org/epgsearch cMenuSearchCommands::cMenuSearchCommands(const char *Title, const cEvent* Event, bool DirectCall, cSearchExt* Search) :cOsdMenu(Title) { +#if VDRVERSNUM >= 10728 + SetMenuCategory(mcCommand); +#endif + directCall = DirectCall; SetHasHotkeys(); LoadCommands(); |