add possibility to view eventinfo in recorded movielist (move cursor to
[enigma2.git] / lib / python / Components / PerServiceDisplay.py
index a36d4a6045131142f65ec7fd972f34e0d8213992..6de7e8887600941d3566bc8f558d550bf4f8b7d7 100644 (file)
@@ -54,6 +54,7 @@ class PerServiceDisplayProgress(PerServiceBase, VariableValue, GUIComponent):
        def __init__(self, navcore, eventmap):
                GUIComponent.__init__(self)
                VariableValue.__init__(self)
+               PerServiceBase.__init__(self, navcore, eventmap)
                self.eventmap = eventmap
                self.navcore = navcore
                self.navcore.event.append(self.event)