aboutsummaryrefslogtreecommitdiff
path: root/data/menu.xml
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-07 01:00:31 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-07 01:00:31 +0000
commit674719294af7449c52d93b1969aeebbaa9117cbe (patch)
tree5a0678ae9982c8a0bc7607d46a2b03b9d8738027 /data/menu.xml
parent181f1cdcee428f446da2a1d05976b7f1a75a8431 (diff)
downloadenigma2-674719294af7449c52d93b1969aeebbaa9117cbe.tar.gz
enigma2-674719294af7449c52d93b1969aeebbaa9117cbe.zip
take care of running recording before realy shutdown e2
Diffstat (limited to 'data/menu.xml')
-rw-r--r--data/menu.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/menu.xml b/data/menu.xml
index 4c530fe0..caa33aba 100644
--- a/data/menu.xml
+++ b/data/menu.xml
@@ -74,7 +74,8 @@
<menu text="Standby / Restart">
<id val="shutdown" />
<!--<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>
+ <item text="Standby"><screen module="Standby" screen="Standby"/></item>
+ <item text="Restart"><screen module="Standby" screen="TryQuitMainloop">2</screen></item>
+ <item text="Deep Standby"><screen module="Standby" screen="TryQuitMainloop">1</screen></item>
</menu>
</menu>