make bouquet +/- keys working in providers and satellites too
[enigma2.git] / lib / python / Screens / Satconfig.py
index d6d9904c08fec4787467ba6d3439dd1bcf6c2ecb..226c3a825f72c7b1033acdb6aff01d1bc1a59517 100644 (file)
@@ -153,11 +153,6 @@ class NimSetup(Screen, ConfigListScreen):
                self.run()
                self.close()
 
-       def keyCancel(self):
-               for x in self["config"].list:
-                       x[1].cancel()
-               self.close()
-
        def __init__(self, session, slotid):
                Screen.__init__(self, session)
                self.list = [ ]
@@ -198,4 +193,3 @@ class NimSelection(Screen):
                selection = self["nimlist"].getCurrent()
                if selection[1].nimType != -1:  #unknown/empty
                        self.session.open(NimSetup, selection[1].slotid)
-