summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2012-04-18 18:14:09 +0200
committerMidas <vdrportal_midas@gmx.de>2012-04-18 18:14:09 +0200
commit88d610d5a9756ea4738a540a01eba1145b03f332 (patch)
tree42f582ec5f7b391d746fcd78567eb3f2506a549c /setup.c
parente78b814fe5f52e4bbcd63842adefe0e44016ec43 (diff)
downloadvdr-plugin-block-88d610d5a9756ea4738a540a01eba1145b03f332.tar.gz
vdr-plugin-block-88d610d5a9756ea4738a540a01eba1145b03f332.tar.bz2
Hotfix: With VDR < 1.7.11 the setup options for DVB rating stay inactive now.
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.c b/setup.c
index 9ba697b..72a702b 100644
--- a/setup.c
+++ b/setup.c
@@ -45,6 +45,7 @@ void cMenuSetupBlock::Set(void) {
whitelistitem->SetSelectable(false);
dvbratingitem->SetSelectable(false);
}
+ if (VDRVERSNUM < 10711) dvbratingitem->SetSelectable(false); //TODO: make the options just not appear if vdr < 1.7.11!!!!
Add(methoditem);
Add(okitem);
Add(whitelistitem);