add very simple scan
[enigma2.git] / lib / python / Screens / EpgSelection.py
index 4391409a8e124e85f914937546936f31372e8740..915cc60e9e432020b6e4ae0190a22444582c0f43 100644 (file)
@@ -26,7 +26,7 @@ class EPGSelection(Screen):
                                "ok": self.eventSelected,
                        })
                self["actions"].csel = self
-               setRoot(root)
+               self.setRoot(root)
 
        def eventSelected(self):
                ref = self["list"].getCurrent()