From 296fb4a470bd2ec2e4163fdda29401b6140a52ad Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sun, 22 Jul 2007 10:05:09 +0000 Subject: add support for service group pixmap in servicelist --- lib/python/Components/ServiceList.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/python/Components/ServiceList.py') diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py index b255cd99..a113eb9b 100644 --- a/lib/python/Components/ServiceList.py +++ b/lib/python/Components/ServiceList.py @@ -35,6 +35,10 @@ class ServiceList(HTMLComponent, GUIComponent): if pic: self.l.setPixmap(self.l.picDVB_T, pic) + pic = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "ico_service_group-fs8.png")) + if pic: + self.l.setPixmap(self.l.picServiceGroup, pic) + self.root = None self.mode = self.MODE_NORMAL -- cgit v1.2.3