From: Andreas Monzner Date: Mon, 17 Sep 2007 19:02:59 +0000 (+0000) Subject: small fix X-Git-Tag: 2.6.0~1897 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4cb72a21b3aece1887e5f0971b5fe58cf2075ea1 small fix --- diff --git a/lib/python/Components/Renderer/Picon.py b/lib/python/Components/Renderer/Picon.py index 060337af..15737231 100644 --- a/lib/python/Components/Renderer/Picon.py +++ b/lib/python/Components/Renderer/Picon.py @@ -29,7 +29,7 @@ class Picon(Renderer): sname = sname[:pos].rstrip(':') pngname = self.nameCache.get(sname, "") if pngname == "": - pngname = self.findPicon(self.source.text) + pngname = self.findPicon(sname) if pngname != "": self.nameCache[sname] = pngname if pngname == "": # no picon for service found