X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2b3f6b9bef4711f46cc84133a3d8331475bcb273..af3c70e61bf4e7e2e0afc51b0e3a0cd717c20f54:/skin.py diff --git a/skin.py b/skin.py index bdd621a7..eae6ea4b 100644 --- a/skin.py +++ b/skin.py @@ -147,7 +147,7 @@ def applySingleAttribute(guiObject, desktop, attrib, value, scale = ((1,1),(1,1) try: guiObject.setOrientation(* { "orVertical": (guiObject.orVertical, False), - "orTopToBottom": (guiObject.olVertical, False), + "orTopToBottom": (guiObject.orVertical, False), "orBottomToTop": (guiObject.orVertical, True), "orHorizontal": (guiObject.orHorizontal, False), "orLeftToRight": (guiObject.orHorizontal, False),