X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FSetup.py;fp=lib%2Fpython%2FScreens%2FSetup.py;h=f7b4fa58a8fe81cb787fbad1e1bc2244c32ab3d2;hp=3439954dd0f9f24f573c6455c30be8743fec9f97;hb=919f87eea9070dd03ce260516bcf80381866d956;hpb=29ccc62c5ad37c01717d98dadea70b85dc3bd4a4 diff --git a/lib/python/Screens/Setup.py b/lib/python/Screens/Setup.py index 3439954..f7b4fa5 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_, then Setup + self.skinName = ["setup_" + setup, "Setup" ] + self.onChangedEntry = [ ] self.setup = setup