From: ghost Date: Tue, 20 Jan 2009 09:30:47 +0000 (+0100) Subject: fix typo X-Git-Tag: 2.6.0~480^2~8 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/1a296b7ddfbd0897a08e86bffba24a21819d42ca fix typo --- 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),