- return 1 for used action
[enigma2.git] / lib / python / Screens / Setup.py
index ef24ac83e7ff277100fab595449cf8a141dc65e3..4deedb92398a9754a844ce5d20424e849c1be2cc 100644 (file)
@@ -1,7 +1,6 @@
 from Screen import Screen
 from Components.ActionMap import ActionMap
 from Components.config import config                           #global config instance
-#from Components.config import configEntry
 from Components.config import configBoolean
 from Components.ConfigList import ConfigList
 from Components.Label import Label
@@ -104,4 +103,4 @@ class Setup(Screen):
                                "left": self.keyLeft,
                                "right": self.keyRight,
                                "save": self.keySave
-                       })
+                       }, 1)