From d0f2817f1832e912282c886454e4f8112da56966 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 30 Jul 2006 20:20:34 +0000 Subject: allow standby only in InfoBar, MoviePlayer, Menus, Setup and Radiomode --- lib/python/Screens/Menu.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/python/Screens/Menu.py') diff --git a/lib/python/Screens/Menu.py b/lib/python/Screens/Menu.py index da07be16..1390b51a 100644 --- a/lib/python/Screens/Menu.py +++ b/lib/python/Screens/Menu.py @@ -89,6 +89,9 @@ class MenuSummary(Screen): self["MenuEntry"].setText(self.parent["menu"].getCurrent()[0]) class Menu(Screen): + + ALLOW_SUSPEND = True + def okbuttonClick(self): print "okbuttonClick" selection = self["menu"].getCurrent() -- cgit v1.2.3