summaryrefslogtreecommitdiff
path: root/skins.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-04-28 10:40:16 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-04-28 10:40:16 +0200
commit299f1f312c3a7ffdda9ff798fab6b73fd53842ec (patch)
treec5ea9d4d6b8fbad3ea951d902aa433638cdd23d6 /skins.c
parent2cd697d14655742325275e3317016f64f3126e12 (diff)
downloadvdr-299f1f312c3a7ffdda9ff798fab6b73fd53842ec.tar.gz
vdr-299f1f312c3a7ffdda9ff798fab6b73fd53842ec.tar.bz2
Fixed handling menu categories for plugin menus
Diffstat (limited to 'skins.c')
-rw-r--r--skins.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins.c b/skins.c
index 4ec23835..b2ca83ad 100644
--- a/skins.c
+++ b/skins.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: skins.c 2.6 2012/04/08 11:38:57 kls Exp $
+ * $Id: skins.c 2.7 2012/04/28 10:40:16 kls Exp $
*/
#include "skins.h"
@@ -67,7 +67,7 @@ cSkinDisplay::~cSkinDisplay()
cSkinDisplayMenu::cSkinDisplayMenu(void)
{
- menuCategory = mcUnknown;
+ menuCategory = mcUndefined;
SetTabs(0);
}