define movepaths for MovingPixmaps and proof of concept in the start-wizard
[enigma2.git] / lib / python / Screens / Satconfig.py
index 074033fa68dea022ce74f67a774bb0778173cc7d..21063942c5f5119f6b0a6a150eac40e50af373d3 100644 (file)
@@ -65,6 +65,9 @@ class NimSetup(Screen):
                        self.createSetup()
                
        def keyLeft(self):
+               if self["config"].getCurrent()[0] == _("Configmode"):
+                       if self.nim.slotid == 0:
+                               return
                self["config"].handleKey(config.key["prevElement"])
                self.newConfig()