aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Screen.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-07-30 20:20:34 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-07-30 20:20:34 +0000
commitd0f2817f1832e912282c886454e4f8112da56966 (patch)
treec56e018b3f0281cc9d5d3695c3dffa8eace19034 /lib/python/Screens/Screen.py
parent8cada4eb31be58a3fa3efa09afbf431b3b62ca08 (diff)
downloadenigma2-d0f2817f1832e912282c886454e4f8112da56966.tar.gz
enigma2-d0f2817f1832e912282c886454e4f8112da56966.zip
allow standby only in InfoBar, MoviePlayer, Menus, Setup and Radiomode
Diffstat (limited to 'lib/python/Screens/Screen.py')
-rw-r--r--lib/python/Screens/Screen.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Screens/Screen.py b/lib/python/Screens/Screen.py
index 0727f78b..b581e62b 100644
--- a/lib/python/Screens/Screen.py
+++ b/lib/python/Screens/Screen.py
@@ -5,7 +5,8 @@ from Components.Sources.Source import Source
import sys
class Screen(dict, HTMLSkin, GUISkin):
- """ bla """
+
+ ALLOW_SUSPEND = False
def __init__(self, session):
self.skinName = self.__class__.__name__