diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-25 21:44:51 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-25 21:44:51 +0000 |
| commit | 0cbfa65b2c9e28aa8b065f578f132844c4c4c32d (patch) | |
| tree | 133a48455645ddd74e3523ebfa607f4a1a6aaae3 /skin.py | |
| parent | 8d74491f8ae2a175cf46ded1cca190e3c7ebb892 (diff) | |
| download | enigma2-0cbfa65b2c9e28aa8b065f578f132844c4c4c32d.tar.gz enigma2-0cbfa65b2c9e28aa8b065f578f132844c4c4c32d.zip | |
add EntryForegroundColor, EntryBorderColor, EntryBackgroundColor and
EntryBackgroundColorSelected attributes to GraphMultiEPG EPGList..
instead of use queryColor...
remove unneeded queryColor function
Diffstat (limited to 'skin.py')
| -rw-r--r-- | skin.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -14,9 +14,6 @@ from Tools.XMLTools import elementsWithTag, mergeText colorNames = dict() -def queryColor(colorName): - return colorNames.get(colorName) - def dump(x, i=0): print " " * i + str(x) try: |
