move/resize PiP window (requires new drivers) (and is not yet working properly)
[enigma2.git] / lib / python / Components / EpgList.py
index cf55d265afaac2b3fee34b6d99d2c38fb1bb1043..10e56ae0b9f925b66df2e39716f86fc104d499a8 100644 (file)
@@ -128,12 +128,12 @@ class EPGList(HTMLComponent, GUIComponent):
 
        GUI_WIDGET = eListbox
        
-       def postCreateWidget(self, instance):
+       def postWidgetCreate(self, instance):
                instance.setWrapAround(True)
                instance.selectionChanged.get().append(self.selectionChanged)
                instance.setContent(self.l)
                if SINGLE_CPP > 0:
-                       self.instance.setItemHeight(25)
+                       instance.setItemHeight(25)
 
        def recalcEntrySize(self):
                if SINGLE_CPP == 0: