the missing plugin
[enigma2.git] / lib / python / Components / EpgList.py
index a87504858a19c472d0237802a38f5f25e862065c..542f5d9afe8c91c69ea7e3bf3b64278070e7765c 100644 (file)
@@ -103,6 +103,7 @@ class EPGList(HTMLComponent, GUIComponent):
 
        def GUIcreate(self, parent):
                self.instance = eListbox(parent)
+               self.instance.setWrapAround(True)
                self.instance.selectionChanged.get().append(self.selectionChanged)
                self.instance.setContent(self.l)
                if SINGLE_CPP > 0: