diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-03-01 23:41:50 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-03-01 23:41:50 +0000 |
| commit | 05e172a0522c77f55fe64e54411973f65a1deb93 (patch) | |
| tree | 3607de1a07266a4f11073a8b12e9272c06a6b2d8 /lib/python/Components/LanguageList.py | |
| parent | 2334840aabb952e3b6ee5cc60c368f7f2884d9dd (diff) | |
| download | enigma2-05e172a0522c77f55fe64e54411973f65a1deb93.tar.gz enigma2-05e172a0522c77f55fe64e54411973f65a1deb93.zip | |
fix language list
Diffstat (limited to 'lib/python/Components/LanguageList.py')
| -rw-r--r-- | lib/python/Components/LanguageList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/LanguageList.py b/lib/python/Components/LanguageList.py index c15b6004..4faf8e8e 100644 --- a/lib/python/Components/LanguageList.py +++ b/lib/python/Components/LanguageList.py @@ -17,7 +17,7 @@ RT_VALIGN_CENTER = 8 RT_VALIGN_BOTTOM = 16 def LanguageEntryComponent(file, name): - res = [ None ] + res = [ 0 ] res.append((eListboxPythonMultiContent.TYPE_TEXT, 80, 10, 200, 50, 0, RT_HALIGN_LEFT ,name)) png = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "/countries/" + file + ".png")) if png == None: |
