finally fix priorities: ConfigListScreen's action must be -1 to override eListbox...
[vuplus_dvbapp] / lib / python / Screens / Setup.py
index b36a6b4..09984bd 100644 (file)
@@ -89,7 +89,7 @@ class Setup(ConfigListScreen, Screen):
                        {
                                "cancel": self.keyCancel,
                                "save": self.keySave,
-                       }, -1)
+                       }, -2)
 
                ConfigListScreen.__init__(self, list, session = session)