add entryid to WHERE_MENU, add entryids in local plugins (patch by Moritz Venn, 005_e...
[enigma2.git] / lib / python / Plugins / SystemPlugins / SkinSelector / plugin.py
index ecebe7647e1cd97470ccc26f0089865f65512c15..eeebf70498986f98699ff007d7d24364a9f0880c 100755 (executable)
@@ -131,7 +131,7 @@ def SkinSelMain(session, **kwargs):
 
 def SkinSelSetup(menuid, **kwargs):
        if menuid == "system":
-               return [("Skin...", SkinSelMain)]
+               return [("Skin...", SkinSelMain, "skin_selector")]
        else:
                return []