diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-01-20 10:30:47 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-01-20 10:30:47 +0100 |
| commit | 1a296b7ddfbd0897a08e86bffba24a21819d42ca (patch) | |
| tree | c28c7af0a627f31cf27b00e178b3b98e80303997 | |
| parent | 4f4a0a7483b746cc148fa94665eb2975e6c8df90 (diff) | |
| download | enigma2-1a296b7ddfbd0897a08e86bffba24a21819d42ca.tar.gz enigma2-1a296b7ddfbd0897a08e86bffba24a21819d42ca.zip | |
fix typo
| -rw-r--r-- | skin.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), |
