X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/7579ae7495f580bfa86f4216ef15811f54588c5a..edf2e7b1a646ca0a35ac2bc92e97a4b4b29c74f7:/lib/python/Screens/InfoBarGenerics.py diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 806a7a0c..e222b4e1 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 @@ -2085,7 +2087,8 @@ class InfoBarServiceErrorPopupSupport: eDVBServicePMTHandler.eventNewProgramInfo: None, eDVBServicePMTHandler.eventTuned: None, eDVBServicePMTHandler.eventSOF: None, - eDVBServicePMTHandler.eventEOF: None + eDVBServicePMTHandler.eventEOF: None, + eDVBServicePMTHandler.eventMisconfiguration: _("Service unavailable!\nCheck tuner configuration!"), } error = errors.get(error) #this returns None when the key not exist in the dict