Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental
authorFraxinas <andreas.frisch@multimedia-labs.de>
Fri, 11 Jun 2010 21:06:20 +0000 (23:06 +0200)
committerFraxinas <andreas.frisch@multimedia-labs.de>
Fri, 11 Jun 2010 21:06:20 +0000 (23:06 +0200)
lib/python/Components/ConfigList.py

index ffbc69a..5a02c38 100755 (executable)
@@ -88,7 +88,7 @@ class ConfigList(HTMLComponent, GUIComponent, object):
 
                if l is not None:
                        for x in l:
-                               assert isinstance(x[1], ConfigElement), "entry in ConfigList " + str(x[1]) + " must be a ConfigElement"
+                               assert isinstance(x, ConfigElement), "entry in ConfigList " + str(x) + " must be a ConfigElement"
 
        def getList(self):
                return self.__list