aboutsummaryrefslogtreecommitdiff
path: root/data/menu.xml
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-11-14 21:46:48 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-11-14 21:46:48 +0000
commit9764dd91d335a6e02384029c90911f1d500ffa97 (patch)
tree7e3f2cd94d226353782efc039c1ce1bd34e78fbd /data/menu.xml
parent479df2313449286767814bc0c89624fdd45d2a2d (diff)
downloadenigma2-9764dd91d335a6e02384029c90911f1d500ffa97.tar.gz
enigma2-9764dd91d335a6e02384029c90911f1d500ffa97.zip
use returncodes
Diffstat (limited to 'data/menu.xml')
-rw-r--r--data/menu.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/menu.xml b/data/menu.xml
index cd09b06c..d5b950a4 100644
--- a/data/menu.xml
+++ b/data/menu.xml
@@ -13,7 +13,7 @@
<code> .. code .. </code>
"exec"s code
-->
- <!--<item text="Standby debug">quitMainloop()</item>
+ <!--<item text="Standby debug">quitMainloop(0)</item>
<item text="Networksetup">self.openSetup("network")</item>-->
<!--<item text="CI"><screen module="Ci" screen="CiSelection" /></item>-->
<!--<item text="Radio"><code>print "radio mode"</code></item>-->
@@ -57,8 +57,8 @@
</menu>
<!--<item text="Unser Setup">self.openSetup("Blaselfasel")</item>-->
<menu text="Standby / Restart">
- <item text="Standby"><code>quitMainloop()</code></item>
- <item text="Restart"><code>quitMainloop()</code></item>
- <item text="Deep Standby"><code>quitMainloop()</code></item>
+ <item text="Standby"><code>quitMainloop(0)</code></item>
+ <item text="Restart"><code>quitMainloop(2)</code></item>
+ <item text="Deep Standby"><code>quitMainloop(1)</code></item>
</menu>
</menu>