From ef3af3b70275056fbe3442eb0b9f56098cda4ed1 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 23 Dec 2012 13:44:05 +0100 Subject: [PATCH] Setting mcPluginSetup for plugin setup menus --- menuitems.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/menuitems.c b/menuitems.c index 416c2beb..63f75898 100644 --- a/menuitems.c +++ b/menuitems.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menuitems.c 2.14 2012/04/08 11:20:37 kls Exp $ + * $Id: menuitems.c 2.15 2012/12/23 13:44:05 kls Exp $ */ #include "menuitems.h" @@ -1152,6 +1152,7 @@ eOSState cMenuSetupPage::ProcessKey(eKeys Key) void cMenuSetupPage::SetPlugin(cPlugin *Plugin) { + SetMenuCategory(mcPluginSetup); plugin = Plugin; SetSection(cString::sprintf("%s '%s'", tr("Plugin"), plugin->Name())); }