From 6b94d598a0f91f37173ef428691d2ee111265024 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Mon, 10 Sep 2012 19:44:32 +0200 Subject: now setting the menu category introduced in vdr-1.7.28 (bug tracker #1059) --- menu_commands.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'menu_commands.c') 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(); -- cgit v1.2.3