From: Felix Domke Date: Wed, 11 Jun 2008 21:35:50 +0000 (+0000) Subject: fix typo to fix skin resolution change X-Git-Tag: 2.6.0~1132 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/31b07c82b672257ebade486b1c39914104bd6372?ds=sidebyside fix typo to fix skin resolution change --- diff --git a/skin.py b/skin.py index 9eb5d4f5..f8a284f1 100644 --- a/skin.py +++ b/skin.py @@ -237,7 +237,7 @@ def loadSingleSkinData(desktop, skin, path_prefix): id = 0 if id == 0: # framebuffer for res in c.findall("resolution"): - get_attr = c.attrib.get + get_attr = res.attrib.get xres = get_attr("xres") if xres: xres = int(xres)