update fr,da language
[enigma2.git] / lib / python / Components / Sources / List.py
index e141da59fcb9a3a1ab1bfa0088c04219c537dd1b..82504401f866cf4a5531d3534f0aef17957348e1 100644 (file)
@@ -1,5 +1,4 @@
 from Source import Source
-from Tools.Event import Event
 from Components.Element import cached
 
 class List(Source, object):
@@ -50,7 +49,7 @@ to generate HTML."""
                if self.master is not None:
                        return self.master.index
                else:
-                       return -1
+                       return None
 
        setCurrentIndex = setIndex