fix getting satellite list for tuner B when "equal to tuner A" is selected
[vuplus_dvbapp] / lib / python / Components / VideoWindow.py
index db24798..88cd33f 100644 (file)
@@ -4,9 +4,5 @@ from enigma import eVideoWidget
 class VideoWindow(GUIComponent):
        def __init__(self):
                GUIComponent.__init__(self)
-       
-       def GUIcreate(self, parent):
-               self.instance = eVideoWidget(parent)
 
-       def GUIdelete(self):
-               self.instance = None
+       GUI_WIDGET = eVideoWidget