fix typo
authorghost <andreas.monzner@multimedia-labs.de>
Tue, 20 Jan 2009 09:30:47 +0000 (10:30 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Tue, 20 Jan 2009 09:30:47 +0000 (10:30 +0100)
skin.py

diff --git a/skin.py b/skin.py
index bdd621a74e4ef56aefda95fdc911494bf470243f..eae6ea4b4e6c941d832e8130221ecc2b7dac223e 100644 (file)
--- 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),
                        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),
                                                "orBottomToTop": (guiObject.orVertical, True),
                                                "orHorizontal": (guiObject.orHorizontal, False),
                                                "orLeftToRight": (guiObject.orHorizontal, False),