X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FVideoWindow.py;h=88cd33f98668996030fa1408677c8258357c75bf;hb=c2b4ddf8b22ac38d3842695f01d95326566b5a23;hp=db247980caf69e738dafd086c136bd3ffe69cc0a;hpb=bf976ae7302a8f3e2b6ecde2336a9cbef890720d;p=vuplus_dvbapp diff --git a/lib/python/Components/VideoWindow.py b/lib/python/Components/VideoWindow.py index db24798..88cd33f 100644 --- a/lib/python/Components/VideoWindow.py +++ b/lib/python/Components/VideoWindow.py @@ -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