Skip to content

Commit

Permalink
PVRChannelsOSD: added commands for switching channel group (left/right)
Browse files Browse the repository at this point in the history
XBMC's PR #2246 (xbmc/xbmc#2246) replace
hardcoded left/right group switching with proper action handling.

This PR adds the action handling to the PVR channel osd.
  • Loading branch information
xhaggi committed May 6, 2013
1 parent bf35fed commit 961cb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1080i/DialogPVRChannelsOSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<posy>135</posy>
<width>660</width>
<height>910</height>
<onleft>11</onleft>
<onright>11</onright>
<onleft>PreviousChannelGroup</onleft>
<onright>NextChannelGroup</onright>
<onup>11</onup>
<ondown>11</ondown>
<pagecontrol>-</pagecontrol>
Expand Down

0 comments on commit 961cb62

Please sign in to comment.