X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=data%2Fstartwizard.xml;h=368b301ea8378295c3f6ae50f4224eb9bd89a97d;hb=2f8db5677b5ed8885394aa531168c67cc72cb374;hp=79b9fa85b3e376282b0b87e55f2dde851cbda6be;hpb=9c8a325f71cb5144d84e44885977ef24841ab6d5;p=vuplus_dvbapp diff --git a/data/startwizard.xml b/data/startwizard.xml index 79b9fa8..368b301 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -69,7 +69,7 @@ from Components.NimManager import nimmanager self.condition = len(nimmanager.nim_slots) > 2 and not nimmanager.nim_slots[2].empty - + self["rc"].moveTo(500, 50, 1) self["rc"].startMoving() @@ -87,7 +87,7 @@ from Components.NimManager import nimmanager self.condition = len(nimmanager.nim_slots) > 3 and not nimmanager.nim_slots[3].empty - + self["rc"].moveTo(500, 50, 1) self["rc"].startMoving() @@ -137,7 +137,7 @@ self["arrowup2"].startMoving() -if self["list"].getSelectedIndex() == 0: +if self["list"].index == 0: config.ParentalControl.configured.value = True else: config.ParentalControl.configured.value = False @@ -152,7 +152,7 @@ config.ParentalControl.configured.save() from ParentalControlSetup import ParentalControlChangePin -if self["list"].getSelectedIndex() == 0: +if self["list"].index == 0: self.session.open(ParentalControlChangePin, config.ParentalControl.servicepin[0], _("parental control pin"))