aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/EpgList.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-02-03 15:38:45 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-02-03 15:38:45 +0000
commitf097c3b368c10b7c88f63038459c4c5a38889a1f (patch)
tree427c470f34173538d73d6729ee2fd6300f81f751 /lib/python/Components/EpgList.py
parent9314a07dfcc0a5123beb50ddb198cbcc5805d7db (diff)
downloadenigma2-f097c3b368c10b7c88f63038459c4c5a38889a1f.tar.gz
enigma2-f097c3b368c10b7c88f63038459c4c5a38889a1f.zip
enable wrap around in epglist and servicelist
Diffstat (limited to 'lib/python/Components/EpgList.py')
-rw-r--r--lib/python/Components/EpgList.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/EpgList.py b/lib/python/Components/EpgList.py
index a8750485..542f5d9a 100644
--- a/lib/python/Components/EpgList.py
+++ b/lib/python/Components/EpgList.py
@@ -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: