Skip to content

Commit

Permalink
Fix channel down for channel switching
Browse files Browse the repository at this point in the history
thx yener90
  • Loading branch information
arn354 committed Mar 11, 2014
1 parent 4c54a4f commit 2cbbfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/InfoBarGenerics.py
Expand Up @@ -1013,7 +1013,7 @@ def __init__(self):
self["ChannelSelectActions"] = HelpableActionMap(self, "InfobarChannelSelection",
{
"switchChannelUp": (self.UpPressed, _("Open service list and select previous channel")),
"switchChannelDown": (self.switchChannelDown, _("Open service list and select next channel")),
"switchChannelDown": (self.DownPressed, _("Open service list and select next channel")),
"switchChannelUpLong": (self.switchChannelUp, _("Open service list and select previous channel for PiP")),
"switchChannelDownLong": (self.switchChannelDown, _("Open service list and select next channel for PiP")),
"zapUp": (self.zapUp, _("Switch to previous channel")),
Expand Down

0 comments on commit 2cbbfcc

Please sign in to comment.