Ticket #3531: exitdialog.patch

File exitdialog.patch, 606 bytes (added by anonymous, 17 years ago)
  • libs/libmythtv/tv_play.cpp

     
    23732373            else if (((action == "RWNDSTICKY" || action == "SEEKRWND" ||
    23742374                        action == "JUMPRWND"))
    23752375                    && IsVideoExitDialog() &&
     2376                    !has_action("UP", actions) &&
     2377                    !has_action("DOWN", actions) &&
    23762378                    !(has_action("LEFT", actions) && arrowAccel))
    23772379            {
    23782380                DoPause(false);