Enigma2{data/skin_default.xml,Videomode/plugin.py}: - revert own skin entry for Video...
[enigma2.git] / lib / python / Plugins / SystemPlugins / Videomode / plugin.py
index db810f0c97858b222e562275ff33ca2d2bf36767..733edd6dc7a87bfa38d574b92d56c7463dbfb01c 100755 (executable)
@@ -13,6 +13,8 @@ class VideoSetup(Screen, ConfigListScreen):
 
        def __init__(self, session, hw):
                Screen.__init__(self, session)
+               # for the skin: first try VideoSetup, then Setup, this allows individual skinning
+               self.skinName = ["VideoSetup", "Setup" ]
                self.setup_title = _("A/V Settings")
                self.hw = hw
                self.onChangedEntry = [ ]