diff options
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: |
