set parent
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index fce6f857cd9288846c88897de455498c49c594ca..9191729bce5d8604fe88a818c76f83a0d0f218dd 100644 (file)
@@ -1948,7 +1948,7 @@ class InfoBarSummary(Screen):
 #              </widget>
 
        def __init__(self, session, parent):
-               Screen.__init__(self, session)
+               Screen.__init__(self, session, parent = parent)
 
 class InfoBarSummarySupport:
        def __init__(self):