git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b27feca
)
fix typo
author
Felix Domke
<tmbinc@elitedvb.net>
Mon, 19 Jan 2009 12:51:27 +0000
(13:51 +0100)
committer
Felix Domke
<tmbinc@elitedvb.net>
Mon, 19 Jan 2009 12:51:27 +0000
(13:51 +0100)
skin.py
patch
|
blob
|
history
diff --git
a/skin.py
b/skin.py
index dd10790580300f74a7f656aae06d2dc814e0441b..bdd621a74e4ef56aefda95fdc911494bf470243f 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),
- "orRightTo
Righ
t": (guiObject.orHorizontal, True),
+ "orRightTo
Lef
t": (guiObject.orHorizontal, True),
}[value])
except KeyError:
print "oprientation must be either orVertical or orHorizontal!"