fixes bug #314
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Fri, 1 Jan 2010 14:57:06 +0000 (15:57 +0100)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sat, 10 Apr 2010 09:30:16 +0000 (11:30 +0200)
remove default settings entry from setup menu since the default wizard is called on first run (doing a factory reset to install the default settings is more plausible)

data/menu.xml

index fbc529573a55143d65bf661f7e416bf0673800af..b437fbc7d7646bcfb4f3e48b2f712c13f70027d9 100755 (executable)
                        <item weight="10" level="1" text="Common Interface" entryID="ci_setup" requires="CommonInterface"><screen module="Ci" screen="CiSelection" /></item>
                        <item weight="15" level="0" text="Parental control" entryID="parental_setup"><screen module="ParentalControlSetup" screen="ParentalControlSetup" /></item>
                        <!--item level="0" text="Startwizard" entryID="startwizzard"><screen module="StartWizard" screen="StartWizard" /></item-->
                        <item weight="10" level="1" text="Common Interface" entryID="ci_setup" requires="CommonInterface"><screen module="Ci" screen="CiSelection" /></item>
                        <item weight="15" level="0" text="Parental control" entryID="parental_setup"><screen module="ParentalControlSetup" screen="ParentalControlSetup" /></item>
                        <!--item level="0" text="Startwizard" entryID="startwizzard"><screen module="StartWizard" screen="StartWizard" /></item-->
-                       <item weight="20" level="0" text="Default settings" entryID="default_wizard">
-                               <code>
-from Screens.DefaultWizard import DefaultWizard
-self.session.open(DefaultWizard, silent = False)
-</code>
-                       </item>
                        <item weight="25" level="0" text="Factory reset" entryID="factory_reset">
                                <code>
 from Screens.FactoryReset import FactoryReset
                        <item weight="25" level="0" text="Factory reset" entryID="factory_reset">
                                <code>
 from Screens.FactoryReset import FactoryReset