diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-14 21:46:48 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-14 21:46:48 +0000 |
| commit | 9764dd91d335a6e02384029c90911f1d500ffa97 (patch) | |
| tree | 7e3f2cd94d226353782efc039c1ce1bd34e78fbd /data/menu.xml | |
| parent | 479df2313449286767814bc0c89624fdd45d2a2d (diff) | |
| download | enigma2-9764dd91d335a6e02384029c90911f1d500ffa97.tar.gz enigma2-9764dd91d335a6e02384029c90911f1d500ffa97.zip | |
use returncodes
Diffstat (limited to 'data/menu.xml')
| -rw-r--r-- | data/menu.xml | 8 |
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> |
