Skip to content

Commit

Permalink
[CronTimer] self.keyText
Browse files Browse the repository at this point in the history
Fix BSOD when pressing green
  • Loading branch information
AbuBaniaz committed Oct 13, 2020
1 parent 08ea7d9 commit 7209a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/CronTimer.py
Expand Up @@ -315,7 +315,7 @@ def __init__(self, session):
'red': self.close,
'green': self.checkentry,
'back': self.close,
'showVirtualKeyboard': self.KeyText,
'showVirtualKeyboard': self.keyText,
})
self["HelpWindow"] = Pixmap()
self["HelpWindow"].hide()
Expand Down

0 comments on commit 7209a71

Please sign in to comment.