use setup_<setupkey> as alternative skin name for Setup, for customization of specifi...
[vuplus_dvbapp] / lib / python / Screens / Setup.py
index 3439954..f7b4fa5 100644 (file)
@@ -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