aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-12-22 16:01:07 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-12-22 16:01:07 +0100
commitc8ec3314997b357069372d7dc6746ffc7c21afa5 (patch)
treeef529ece821000d4639ff348dc1417792e2b492a /data
parentf13490a1a66421b08cef893cb89e8f78c5873d05 (diff)
parent29aad534cf1c20a723fe8d736babad1be1e6e9fa (diff)
downloadenigma2-c8ec3314997b357069372d7dc6746ffc7c21afa5.tar.gz
enigma2-c8ec3314997b357069372d7dc6746ffc7c21afa5.zip
Merge branch 'bug_307_fix_deepstandby_texts'
Diffstat (limited to 'data')
-rw-r--r--data/menu.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/menu.xml b/data/menu.xml
index c7fb8897..a96912a6 100644
--- a/data/menu.xml
+++ b/data/menu.xml
@@ -104,6 +104,7 @@ self.session.openWithCallback(msgClosed, FactoryReset)
<item text="Standby" entryID="standby"><screen module="Standby" screen="Standby"/></item>
<item text="Restart" entryID="restart"><screen module="Standby" screen="TryQuitMainloop">2</screen></item>
<item level="2" text="Restart GUI" entryID="restart_enigma"><screen module="Standby" screen="TryQuitMainloop">3</screen></item>
- <item text="Deep Standby" entryID="deep_standby"><screen module="Standby" screen="TryQuitMainloop">1</screen></item>
+ <item text="Deep Standby" requires="DeepstandbySupport" entryID="deep_standby"><screen module="Standby" screen="TryQuitMainloop">1</screen></item>
+ <item text="Shutdown" requires="!DeepstandbySupport" entryID="deep_standby"><screen module="Standby" screen="TryQuitMainloop">1</screen></item>
</menu>
</menu>