aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/Setup.py')
-rw-r--r--lib/python/Screens/Setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Screens/Setup.py b/lib/python/Screens/Setup.py
index 3439954d..f7b4fa58 100644
--- a/lib/python/Screens/Setup.py
+++ b/lib/python/Screens/Setup.py
@@ -78,6 +78,9 @@ class Setup(ConfigListScreen, Screen):
def __init__(self, session, setup):
Screen.__init__(self, session)
+ # for the skin: first try a setup_<setupID>, then Setup
+ self.skinName = ["setup_" + setup, "Setup" ]
+
self.onChangedEntry = [ ]
self.setup = setup