fix ChannelSelection in timer
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 4 Feb 2006 14:44:50 +0000 (14:44 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 4 Feb 2006 14:44:50 +0000 (14:44 +0000)
lib/python/Screens/ChannelSelection.py

index f25cc09..7d93ff1 100644 (file)
@@ -943,7 +943,7 @@ class SimpleChannelSelection(ChannelSelectionBase):
 
                self["actions"] = ActionMap(["OkCancelActions", "TvRadioActions"],
                        {
-                               "cancel": self.cancel,
+                               "cancel": self.close,
                                "ok": self.channelSelected,
                                "keyRadio": self.setModeRadio,
                                "keyTV": self.setModeTv,