take care of running recording before realy shutdown e2
[enigma2.git] / data / menu.xml
index 4c530fe0e0f8136b48cb26e208fa9c47f4e6d3e0..caa33abaa626933936ddc127315f61dc526e4639 100644 (file)
@@ -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>