fix typo
authorFelix Domke <tmbinc@elitedvb.net>
Mon, 19 Jan 2009 12:51:27 +0000 (13:51 +0100)
committerFelix Domke <tmbinc@elitedvb.net>
Mon, 19 Jan 2009 12:51:27 +0000 (13:51 +0100)
skin.py

diff --git a/skin.py b/skin.py
index dd10790..bdd621a 100644 (file)
--- a/skin.py
+++ b/skin.py
@@ -151,7 +151,7 @@ def applySingleAttribute(guiObject, desktop, attrib, value, scale = ((1,1),(1,1)
                                                "orBottomToTop": (guiObject.orVertical, True),
                                                "orHorizontal": (guiObject.orHorizontal, False),
                                                "orLeftToRight": (guiObject.orHorizontal, False),
-                                               "orRightToRight": (guiObject.orHorizontal, True),
+                                               "orRightToLeft": (guiObject.orHorizontal, True),
                                        }[value])
                        except KeyError:
                                print "oprientation must be either orVertical or orHorizontal!"