aboutsummaryrefslogtreecommitdiff
path: root/skin.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-06-11 21:35:50 +0000
committerFelix Domke <tmbinc@elitedvb.net>2008-06-11 21:35:50 +0000
commit31b07c82b672257ebade486b1c39914104bd6372 (patch)
treedeaf92ce26cbe04aff8b8341c8435ee66f293722 /skin.py
parent450a853b5ca1365859e0e0a1f6b8d86034d48ecf (diff)
downloadenigma2-31b07c82b672257ebade486b1c39914104bd6372.tar.gz
enigma2-31b07c82b672257ebade486b1c39914104bd6372.zip
fix typo to fix skin resolution change
Diffstat (limited to 'skin.py')
-rw-r--r--skin.py2
1 files changed, 1 insertions, 1 deletions
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)