git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a759137
)
remove standby
author
Ronny Strutz
<ronny.strutz@multimedia-labs.de>
Tue, 15 Nov 2005 17:11:01 +0000
(17:11 +0000)
committer
Ronny Strutz
<ronny.strutz@multimedia-labs.de>
Tue, 15 Nov 2005 17:11:01 +0000
(17:11 +0000)
data/menu.xml
patch
|
blob
|
history
diff --git
a/data/menu.xml
b/data/menu.xml
index 9483a2ab8e994fea8da8ea9fdfc3eb624db6132e..0f87c20ade50d3e60b8162a5e80503c1584c1399 100644
(file)
--- a/
data/menu.xml
+++ b/
data/menu.xml
@@
-57,7
+57,7
@@
</menu>
<!--<item text="Unser Setup">self.openSetup("Blaselfasel")</item>-->
<menu text="Standby / Restart">
- <
item text="Standby"><code>quitMainloop(0)</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>