dont allow any other mode then simple for slot A
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Wed, 30 Nov 2005 01:01:12 +0000 (01:01 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Wed, 30 Nov 2005 01:01:12 +0000 (01:01 +0000)
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()