aboutsummaryrefslogtreecommitdiff
path: root/skin.py
diff options
context:
space:
mode:
Diffstat (limited to 'skin.py')
-rw-r--r--skin.py2
1 files changed, 1 insertions, 1 deletions
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),