add default services lists as a scan alternative
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 27 May 2008 11:49:20 +0000 (11:49 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 27 May 2008 11:49:20 +0000 (11:49 +0000)
data/startwizard.xml

index 5604f90..3dedafc 100644 (file)
@@ -115,8 +115,15 @@ self["arrowup2"].startMoving()
                        <list>
                                <listentry caption="Yes, do an automatic scan now" step="scan" />
                                <listentry caption="Yes, do a manual scan now" step="manualscan" />
+                               <listentry caption="No, let me choose default lists" step="parentalcontrol" />
                                <listentry caption="No, scan later manually" step="parentalcontrol" />
                        </list>
+                       <code pos="after">
+if self["list"].index == 2:
+       #from Screens.ScanSetup import ScanSetup
+       from Screens.ScanSetup import DefaultSatLists
+       self.session.open(DefaultSatLists)
+                       </code>
                </step>
                <step id="scan" nextstep="parentalcontrol">
                        <condition>