From da1955116b7e8b8c203e27c7e5994537219a0632 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 15 Feb 2008 17:04:38 +0000 Subject: fix --- lib/python/Components/MediaPlayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/MediaPlayer.py') diff --git a/lib/python/Components/MediaPlayer.py b/lib/python/Components/MediaPlayer.py index 2579b279..c5b0efec 100644 --- a/lib/python/Components/MediaPlayer.py +++ b/lib/python/Components/MediaPlayer.py @@ -42,7 +42,7 @@ def PlaylistEntryComponent(serviceref, state): class PlayList(MenuList): def __init__(self, enableWrapAround = False): - MenuList.__init__(self, [], enableWrapAround, eListboxPythonMultiContent()) + MenuList.__init__(self, [], enableWrapAround, eListboxPythonMultiContent) self.l.setFont(0, gFont("Regular", 18)) self.l.setItemHeight(22) self.currPlaying = -1 -- cgit v1.2.3