aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/ServiceList.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-10-06 11:51:51 +0200
committerghost <andreas.monzner@multimedia-labs.de>2010-10-06 11:51:51 +0200
commit0e903a5d9d38bd48c792c095d786fc40091a47fa (patch)
tree69dbf87e1271863b24e836c6b85540361351c2f2 /lib/python/Components/ServiceList.py
parente88b76f7f7e0a111a2bba1573e23378a3eb88917 (diff)
parent2a8f4bb347c3cf4075bfa45cae2220d4562f74ee (diff)
downloadenigma2-0e903a5d9d38bd48c792c095d786fc40091a47fa.tar.gz
enigma2-0e903a5d9d38bd48c792c095d786fc40091a47fa.zip
Merge branch 'bug_487_service_selection_event_text_color'
Diffstat (limited to 'lib/python/Components/ServiceList.py')
-rw-r--r--lib/python/Components/ServiceList.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py
index 3452e27d..cd055a82 100644
--- a/lib/python/Components/ServiceList.py
+++ b/lib/python/Components/ServiceList.py
@@ -72,6 +72,10 @@ class ServiceList(HTMLComponent, GUIComponent):
self.l.setColor(eListboxServiceContent.serviceEventProgressbarBorderColor, parseColor(value))
elif attrib == "colorEventProgressbarBorderSelected":
self.l.setColor(eListboxServiceContent.serviceEventProgressbarBorderColorSelected, parseColor(value))
+ elif attrib == "colorServiceDescription":
+ self.l.setColor(eListboxServiceContent.serviceDescriptionColor, parseColor(value))
+ elif attrib == "colorServiceDescriptionSelected":
+ self.l.setColor(eListboxServiceContent.serviceDescriptionColorSelected, parseColor(value))
elif attrib == "picServiceEventProgressbar":
pic = LoadPixmap(resolveFilename(SCOPE_CURRENT_SKIN, value))
if pic: