From e64a1d0b04ba2248d587f76976e77b7cab7aae91 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 20 Jan 2009 10:59:07 +0100 Subject: [PATCH] fix yet another typo --- skin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.30.2