From: Andreas Monzner Date: Mon, 17 Sep 2007 19:07:31 +0000 (+0000) Subject: yet another small fix X-Git-Tag: 2.6.0~1896 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/69ae4780ab741f24b1d5cd48c953f77bc440a27a yet another small fix --- diff --git a/lib/python/Components/Renderer/Picon.py b/lib/python/Components/Renderer/Picon.py index 15737231..8e6b721c 100644 --- a/lib/python/Components/Renderer/Picon.py +++ b/lib/python/Components/Renderer/Picon.py @@ -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