Skip to content

Commit

Permalink
YouTubeSearc: restore MenuActions
Browse files Browse the repository at this point in the history
Removed in previous commit.
This fix menu callback on OpenPli.
  • Loading branch information
Taapat committed Aug 30, 2020
1 parent 98d89e9 commit 3cbc0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YouTubeSearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def __init__(self, session, curList):
self['key_green'] = StaticText(_('Ok'))
self['key_yellow'] = StaticText(_('Keyboard'))
self['HelpWindow'] = Pixmap()
self['searchactions'] = ActionMap(['SetupActions', 'ColorActions'],
self['searchactions'] = ActionMap(['SetupActions', 'ColorActions', 'MenuActions'],
{
'cancel': self.close,
'save': self.ok,
Expand Down

0 comments on commit 3cbc0bd

Please sign in to comment.