aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Standby.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-05-21 04:11:35 +0200
committerFelix Domke <tmbinc@elitedvb.net>2009-05-21 04:11:35 +0200
commit02e02b326dfee790748d2109324994582cba4891 (patch)
tree4264e34383bca6ce46cc0211f39fa599af7ee47a /lib/python/Screens/Standby.py
parent3a1548192541656b689b45b898d9d9c9b12af6d3 (diff)
downloadenigma2-02e02b326dfee790748d2109324994582cba4891.tar.gz
enigma2-02e02b326dfee790748d2109324994582cba4891.zip
signal Standby-state into session globals
Diffstat (limited to 'lib/python/Screens/Standby.py')
-rw-r--r--lib/python/Screens/Standby.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py
index afea94b9..d3767f33 100644
--- a/lib/python/Screens/Standby.py
+++ b/lib/python/Screens/Standby.py
@@ -70,10 +70,12 @@ class Standby(Screen):
def __onShow(self):
global inStandby
inStandby = self
+ self.session.screen["Standby"].boolean = True
def __onHide(self):
global inStandby
inStandby = None
+ self.session.screen["Standby"].boolean = False
class StandbySummary(Screen):
skin = """