add support for show used tuner for running service in the infobar
[enigma2.git] / skin.py
diff --git a/skin.py b/skin.py
index 30e8c720188b673fc35895ae09dcc63f1337e414..08bc6c517be111b1b3b75a56719a691b79110fae 100644 (file)
--- a/skin.py
+++ b/skin.py
@@ -176,7 +176,7 @@ def applySingleAttribute(guiObject, desktop, attrib, value):
                        guiObject.setPointer(ptr.__deref__(), pos)
                elif attrib == 'shadowOffset':
                        guiObject.setShadowOffset(parsePosition(value))
-               else:
+               elif attrib != 'name':
                        print "unsupported attribute " + attrib + "=" + value
        except int:
 # AttributeError: