X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/4f4a0a7483b746cc148fa94665eb2975e6c8df90..1a296b7ddfbd0897a08e86bffba24a21819d42ca:/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),