From b9168c16363e8c6da6ce43988e08448031b5c60a Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 25 Jan 2008 01:22:25 +0000 Subject: [PATCH] use new list type in start wizard --- data/startwizard.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/startwizard.xml b/data/startwizard.xml index d3e0642e..368b301e 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -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")) -- 2.30.2