Ticket #766: iterator-poss.patch

File iterator-poss.patch, 692 bytes (added by mythtv@…, 18 years ago)

proposed patch

  • libs/libmythui/mythscreentype.cpp

     
    5656                widget = current;
    5757                break;
    5858            }
     59            ++it;
    5960        }
    6061    }
    6162
  • libs/libmyth/mythdialogs.cpp

     
    20912091            widget_with_current_focus->takeFocus();
    20922092            return true;
    20932093        }
     2094        ++an_it;
    20942095    }
    20952096
    20962097    return false;