aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-29 00:55:26 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-29 00:55:26 +0000
commitd34de70c911e2a041b30dceb76b56eeb86b4425a (patch)
treec03f1eb855273d8bfce621d5400c234113014d26
parentaec59f21304578c7395dc53d1522ae22c892170e (diff)
downloadenigma2-d34de70c911e2a041b30dceb76b56eeb86b4425a.tar.gz
enigma2-d34de70c911e2a041b30dceb76b56eeb86b4425a.zip
fixed menu-stuff
-rw-r--r--data/menu.xml24
1 files changed, 14 insertions, 10 deletions
diff --git a/data/menu.xml b/data/menu.xml
index c5ce8abd..ec4c9f61 100644
--- a/data/menu.xml
+++ b/data/menu.xml
@@ -1,18 +1,23 @@
<menu text="Mainmenu" title="Mainmenu">
- <item text="Standby debug">quitMainloop()</item>
+ <!--<item text="Standby debug">quitMainloop()</item>
+ <item text="Networksetup">self.openSetup("network")</item>-->
+ <item text="Radio"></item>
<item text="Timer">self.openDialog(TimerEditList)</item>
+ <item text="Information">self.openDialog(About)</item>
+ <item text="Games / Plugins"></item>
<menu text="Setup">
- <menu text="Service Organising -disabled-">
+ <menu text="Service Organising">
<item text="New Bouquets"></item>
<item text="Add to Bouquets"></item>
<item text="Edit Bouquets"></item>
</menu>
<menu text="Service Searching">
<item text="Satelliteconfig">self.openSetup("satconfig")</item>
- <item text="Satfinder -disabled-"></item>
- <item text="Rotor Control -disabled-"></item>
- <item text="Edit Transponder -disabled-"></item>
<item text="Automatic Scan">self.openDialog(ServiceScan)</item>
+ <item text="Manual Scan">self.openDialog(ServiceScan)</item>
+ <item text="Rotor Control"></item>
+ <item text="Edit Transponder"></item>
+ <!--<item text="Satfinder"></item>-->
</menu>
<menu text="System">
<item text="Timezone">self.openSetup("timezone")</item>
@@ -29,11 +34,10 @@
<item text="Parental Control">self.openSetup("parental")</item>
<item text="Expert">self.openSetup("expert")</item>
</menu>
- <item text="Games (not found)"></item>
- <item text="Information">self.openDialog(About)</item>
- <menu text="Standby">
- <item text="PowerOff">quitMainloop()</item>
- <item text="Restart">quitMainloop()</item>
+ <!--<item text="Unser Setup">self.openSetup("Blaselfasel")</item>-->
+ <menu text="Standby / Restart">
<item text="Standby">quitMainloop()</item>
+ <item text="Restart">quitMainloop()</item>
+ <item text="Deep Standby">quitMainloop()</item>
</menu>
</menu> \ No newline at end of file