diff options
| author | thedoc <thedoc@atom.(none)> | 2009-12-15 16:18:52 +0100 |
|---|---|---|
| committer | thedoc <thedoc@atom.(none)> | 2010-01-01 15:29:06 +0100 |
| commit | 37d2bc32217dfcabeee9c952e901e2fa6d3809a4 (patch) | |
| tree | d2995ad14a2f6d392543fcf3d1c58d932d9caf4a /lib/python/Components | |
| parent | 030f977e0a582b9ab6c7bc0ab39d7219f8a8ae97 (diff) | |
| download | enigma2-37d2bc32217dfcabeee9c952e901e2fa6d3809a4.tar.gz enigma2-37d2bc32217dfcabeee9c952e901e2fa6d3809a4.zip | |
fixes bug #354
change MenuList to ChoiceList in ChannelContext and assign Blue button to PiP activation
Diffstat (limited to 'lib/python/Components')
| -rwxr-xr-x | lib/python/Components/ChoiceList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/ChoiceList.py b/lib/python/Components/ChoiceList.py index 4700e9e6..33868d61 100755 --- a/lib/python/Components/ChoiceList.py +++ b/lib/python/Components/ChoiceList.py @@ -3,7 +3,7 @@ from Tools.Directories import SCOPE_CURRENT_SKIN, resolveFilename from enigma import RT_HALIGN_LEFT, eListboxPythonMultiContent, gFont from Tools.LoadPixmap import LoadPixmap -def ChoiceEntryComponent(key, text): +def ChoiceEntryComponent(key = "", text = ["--"]): res = [ text ] if text[0] == "--": res.append((eListboxPythonMultiContent.TYPE_TEXT, 0, 00, 800, 25, 0, RT_HALIGN_LEFT, "-"*200)) |
