X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/7579ae7495f580bfa86f4216ef15811f54588c5a..6c0ec8f6048840e6107b9453d36fbe3befd46817:/lib/python/Screens/InfoBarGenerics.py diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 806a7a0c..9191729b 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -1931,6 +1931,7 @@ class InfoBarSummary(Screen): WithSeconds + config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean Blink @@ -1947,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): @@ -1963,6 +1964,7 @@ class InfoBarMoviePlayerSummary(Screen): WithSeconds + config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean Blink