summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2013-04-02 01:40:05 +0200
committerMidas <vdrportal_midas@gmx.de>2013-04-02 01:40:05 +0200
commit4720d203c979e19989038301bec5bf3fa78808a6 (patch)
treeccbde70d2fb19ebc8092e7b1b79533e822154202 /setup.c
parent577d7cb62b5303ddf48c1782aef330efb44b241e (diff)
downloadvdr-plugin-block-master.tar.gz
vdr-plugin-block-master.tar.bz2
Fixed a critical bug that prevented the 'DVB rating' item from being shown in setup.HEADmaster
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index 197bd60..f5abfcf 100644
--- a/setup.c
+++ b/setup.c
@@ -48,7 +48,7 @@ void cMenuSetupBlock::Set(void) {
Add(methoditem);
Add(okitem);
Add(whitelistitem);
- if (VDRVERSNUM < 10711) Add(dvbratingitem);
+ if (VDRVERSNUM > 10711) Add(dvbratingitem);
//TODO translation, setup menü einrichten ->define mit if versehen für ein/ausblenden von options? variablen deklarieren
item = new cOsdItem("");
item->SetSelectable(false);