aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-08 15:31:09 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-08 15:31:09 +0000
commitbd7a5be245b3f3bac1a822baec4378f341e0b781 (patch)
treec43dc3b0097dfd817062bce935274f9849ff7834
parentace3f764c4db999f9e63a904caf14282a7e3626f (diff)
downloadenigma2-bd7a5be245b3f3bac1a822baec4378f341e0b781.tar.gz
enigma2-bd7a5be245b3f3bac1a822baec4378f341e0b781.zip
fix menu title
-rw-r--r--mytest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mytest.py b/mytest.py
index 79dd6277..e0b86e7e 100644
--- a/mytest.py
+++ b/mytest.py
@@ -430,8 +430,8 @@ class PowerKey:
id = y.getAttribute("val")
if id and id == "shutdown":
self.session.infobar = self
- menu_screen = self.session.openWithCallback(self.MenuClosed, MainMenu, menu, x.childNodes)
- menu_screen.setTitle(_("Standby Menu"))
+ menu_screen = self.session.openWithCallback(self.MenuClosed, MainMenu, x, x.childNodes)
+ menu_screen.setTitle(_("Standby / Restart"))
return
def powerdown(self):