diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-01-26 02:00:38 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-01-26 02:00:38 +0000 |
| commit | 2d9f49283b5c45221f5cc81b5f95d744b24d6a09 (patch) | |
| tree | 1c52d187eae812f520ea7dfbd78c928902a99629 /lib/python/Components/TimerList.py | |
| parent | 2b61f4fe401147a82f1f7297adcf8bf7e76918ab (diff) | |
| download | enigma2-2d9f49283b5c45221f5cc81b5f95d744b24d6a09.tar.gz enigma2-2d9f49283b5c45221f5cc81b5f95d744b24d6a09.zip | |
TYPE_PIXMAP_ALPHATEST in eListboxMultiContent, fix alphatest
Diffstat (limited to 'lib/python/Components/TimerList.py')
| -rw-r--r-- | lib/python/Components/TimerList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index 6349466b..f55c9b1b 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -62,7 +62,7 @@ def TimerEntryComponent(timer, processed): if timer.disabled: png = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "/redx.png")) - res.append((eListboxPythonMultiContent.TYPE_PIXMAP, 490, 5, 40, 40, png)) + res.append((eListboxPythonMultiContent.TYPE_PIXMAP_ALPHATEST, 490, 5, 40, 40, png)) return res |
