aboutsummaryrefslogtreecommitdiff
path: root/data/menu.xml
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-03-17 21:34:22 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-03-17 21:34:22 +0100
commitdd45abf9a5e4ee3230cb0272ad117079f97c3f2f (patch)
tree74d7074816584139f1bc74a79d5f7e51554ae93c /data/menu.xml
parent0c04d5e3c5d06f04638d172fa1c9a57cad32d28a (diff)
downloadenigma2-dd45abf9a5e4ee3230cb0272ad117079f97c3f2f.tar.gz
enigma2-dd45abf9a5e4ee3230cb0272ad117079f97c3f2f.zip
data/menu.xml: add default weights
Diffstat (limited to 'data/menu.xml')
-rw-r--r--data/menu.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/menu.xml b/data/menu.xml
index 56b3ee65..86000531 100644
--- a/data/menu.xml
+++ b/data/menu.xml
@@ -35,7 +35,7 @@
<item text="Add to Bouquets"></item>
<item text="Edit Bouquets"></item>
</menu>-->
- <menu level="0" text="Service Searching" entryID="service_searching_selection">
+ <menu weight="0" level="0" text="Service Searching" entryID="service_searching_selection">
<id val="scan" />
<item text="Tuner configuration" entryID="tuner_setup"><screen module="Satconfig" screen="NimSelection" /></item>
<item text="Default services lists" entryID="default_lists"><screen module="ScanSetup" screen="DefaultSatLists" /></item>
@@ -46,7 +46,7 @@
<item text="Edit Transponder"></item>
<item text="Satfinder"></item>-->
</menu>
- <menu level="0" text="System" entryID="system_selection">
+ <menu weight="5" level="0" text="System" entryID="system_selection">
<id val="system" />
<item level="0" text="Language..." entryID="language_setup"><screen module="LanguageSelection" /></item>
<item level="0" entryID="usage_setup"><setup id="usage" /></item>
@@ -72,16 +72,16 @@
</menu>-->
<item level="2" text="Timeshift path..." entryId="timeshift_path"><screen module="LocationBox" screen="TimeshiftLocationBox" /></item>
</menu>
- <item level="1" text="Common Interface" entryID="ci_setup" requires="CommonInterface"><screen module="Ci" screen="CiSelection" /></item>
- <item level="0" text="Parental control" entryID="parental_setup"><screen module="ParentalControlSetup" screen="ParentalControlSetup" /></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 level="0" text="Default settings" entryID="default_wizard">
+ <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 level="0" text="Factory reset" entryID="factory_reset">
+ <item weight="25" level="0" text="Factory reset" entryID="factory_reset">
<code>
from Screens.FactoryReset import FactoryReset
def msgClosed(ret):