add ability to selecte the audio channel (mono left, stereo, mono right) from python
[enigma2.git] / lib / python / Components / ChoiceList.py
index ca58ecd6b7bb3f559619dbad7027ef1e7a381941..fe3e60085afa0d6778054efa4d8f325050cbda57 100644 (file)
@@ -18,7 +18,7 @@ RT_VALIGN_BOTTOM = 16
 
 def ChoiceEntryComponent(key, text):
        res = [ text ]
-       res.append((eListboxPythonMultiContent.TYPE_TEXT, 32, 00, 800,25, 0, RT_HALIGN_LEFT, text[0]))
+       res.append((eListboxPythonMultiContent.TYPE_TEXT, 32, 00, 800, 25, 0, RT_HALIGN_LEFT, text[0]))
 
        png = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "key_" + key + "-fs8.png"))
        if png is not None: