From: Stefan Pluecken Date: Fri, 25 Jan 2008 01:22:25 +0000 (+0000) Subject: use new list type in start wizard X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=b9168c16363e8c6da6ce43988e08448031b5c60a use new list type in start wizard --- diff --git a/data/startwizard.xml b/data/startwizard.xml index d3e0642..368b301 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"))