X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/91bbfc14c466eb8955c604494ecaee32737b34c8..39b45b84bf946f8f4f9030e2f4b09d56208e7079:/lib/python/Screens/EventView.py?ds=sidebyside diff --git a/lib/python/Screens/EventView.py b/lib/python/Screens/EventView.py index 522e1b42..05f2b1e3 100644 --- a/lib/python/Screens/EventView.py +++ b/lib/python/Screens/EventView.py @@ -133,7 +133,7 @@ class EventViewBase: self["key_red"].setText(_("Similar")) def openSimilarList(self): - if self.similarEPGCB is not None: + if self.similarEPGCB is not None and len(self["key_red"].getText()): id = self.event and self.event.getEventId() refstr = str(self.currentService) if id is not None: