X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=data%2Fstartwizard.xml;h=c13a50205d8b7cb105a782ba2e8aa51de6f76a8a;hp=70a6e0dc368aa53b44478950527d2a6eef318a35;hb=ee75b9b5a61fb4363008bc701e1ba9a42c0b922c;hpb=cfeea5d7bda036654206eefdb2ae96b03bd31969 diff --git a/data/startwizard.xml b/data/startwizard.xml old mode 100644 new mode 100755 index 70a6e0d..c13a502 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -1,6 +1,7 @@ - + + self.clearSelectedKeys() self.selectKey("OK") @@ -128,7 +129,8 @@ self.condition = config.misc.startwizard.doservicescan.value and nimmanager.some - + + @@ -142,10 +144,10 @@ config.ParentalControl.configured.save() - + - + from ParentalControlSetup import ParentalControlChangePin @@ -153,9 +155,15 @@ if self["list"].index == 0: self.session.open(ParentalControlChangePin, config.ParentalControl.servicepin[0], _("parental control pin")) + + + -config.ParentalControl.setuppinactive.value = True +if config.ParentalControl.setuppin.value == "aaaa": + config.ParentalControl.setuppinactive.value = False +else: + config.ParentalControl.setuppinactive.value = True config.ParentalControl.setuppinactive.save() config.ParentalControl.servicepinactive.value = True config.ParentalControl.servicepinactive.save() @@ -163,12 +171,14 @@ config.ParentalControl.setuppin.value = config.ParentalControl.servicepin[0].val config.ParentalControl.setuppin.save() - + + self.condition = self.isLastWizard - + +