[mythtv-commits] Ticket #6472: Keybinding for NEXTSOURCE and NEXTINPUT do nothing

MythTV mythtv at cvs.mythtv.org
Wed Dec 2 00:15:10 UTC 2009


#6472: Keybinding for NEXTSOURCE and NEXTINPUT do nothing
--------------------------------+-------------------------------------------
 Reporter:  restorin@…          |       Owner:  ijr    
     Type:  defect              |      Status:  new    
 Priority:  trivial             |   Milestone:  unknown
Component:  MythTV - General    |     Version:  unknown
 Severity:  low                 |     Mlocked:  0      
--------------------------------+-------------------------------------------

Comment(by bam <mybigspam@…>):

 This is a typo bug. Patch to fix NEXT/PREV CARD:
 {{{
 --- libs/libmythtv/tv_play.cpp  (revision 22942)
 +++ libs/libmythtv/tv_play.cpp  (working copy)
 @@ -4567,7 +4567,7 @@
      }
      else if (has_action("NEXTFAV", actions) && islivetv)
          ChangeChannel(ctx, CHANNEL_DIRECTION_FAVORITE);
 -    else if (has_action("SWITCHARDS", actions) && islivetv)
 +    else if (has_action("NEXTCARD", actions) && islivetv)
          SwitchCards(ctx);
      else if (has_action("GUIDE", actions))
          EditSchedule(ctx, kScheduleProgramGuide);
 }}}
 Then bind the "NEXTCARD" action to somewhat key in "Edit Keys" frontend's
 menu.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6472#comment:8>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list