Skip to content

Commit

Permalink
- clean up some refs left
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarCC authored and littlesat committed Jul 6, 2021
1 parent 6296bae commit 760efd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/python/Screens/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install_PYTHON = \
EpgSelection.py EventView.py Mute.py Standby.py ServiceInfo.py \
InfoBarGenerics.py HelpMenu.py Wizard.py __init__.py \
Dish.py LanguageSelection.py StartWizard.py PiPSetup.py \
PluginBrowser.py MinuteInput.py Scart.py PVRState.py \
PluginBrowser.py MinuteInput.py Scart.py \
Console.py InputBox.py ChoiceBox.py SimpleSummary.py \
TimerSelection.py PictureInPicture.py TimeDateInput.py \
SubtitleDisplay.py SubservicesQuickzap.py ParentalControlSetup.py NumericalTextInputHelpDialog.py \
Expand Down
2 changes: 0 additions & 2 deletions lib/python/Screens/ScreenSaver.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def ScreenSaverTimerStart(self):
def screensaverTimeout(self):
if self.execing and not Screens.Standby.inStandby and not Screens.Standby.inTryQuitMainloop:
self.hide()
if hasattr(self, "pvrStateDialog"):
self.pvrStateDialog.hide()
self.screensaver.show()
eActionMap.getInstance().bindAction('', -maxint - 1, self.keypressScreenSaver)

Expand Down

0 comments on commit 760efd3

Please sign in to comment.