X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/3a3836240d87bc63d4865d56a49fb2113634308b..dba47e0b252b39fc2d58ec0db2275051e0a29508:/lib/python/Screens/Setup.py diff --git a/lib/python/Screens/Setup.py b/lib/python/Screens/Setup.py index cb268580..e2e55974 100644 --- a/lib/python/Screens/Setup.py +++ b/lib/python/Screens/Setup.py @@ -51,11 +51,11 @@ class Setup(Screen): list.append( (ItemText, item) ) def keyOk(self): - self["config"].handleKey(0) + self["config"].handleKey(config.choseElement) def keyLeft(self): - self["config"].handleKey(1) + self["config"].handleKey(config.prevElement) def keyRight(self): - self["config"].handleKey(2) + self["config"].handleKey(config.nextElement) def keySave(self): print "save requested"