X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c0f167f5d9bc5a420059a36f0bdaae8ec50e75cc..636070f4e47caf18e752b59485758e0f4eb19492:/lib/python/Screens/InfoBarGenerics.py diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index fce6f857..9191729b 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -1948,7 +1948,7 @@ class InfoBarSummary(Screen): # def __init__(self, session, parent): - Screen.__init__(self, session) + Screen.__init__(self, session, parent = parent) class InfoBarSummarySupport: def __init__(self):