yet another small fix
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 17 Sep 2007 19:07:31 +0000 (19:07 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 17 Sep 2007 19:07:31 +0000 (19:07 +0000)
lib/python/Components/Renderer/Picon.py

index 15737231ed70b4d0028168f6ec9b37911aa5c988..8e6b721c7755e4b55442c3838b1bb4c1ccb9f374 100644 (file)
@@ -36,7 +36,6 @@ class Picon(Renderer):
                                pngname = self.nameCache.get("default", "")
                                if pngname == "": # no default yet in cache..
                                        pngname = self.findPicon("picon_default")
-                                       self.nameCache[sname] = pngname
                                        if pngname == "": # Fallback to enigma2 logo
                                                pngname = resolveFilename(SCOPE_SKIN_IMAGE, "skin_default/enigma2.png")
                                        self.nameCache["default"] = pngname