Fix game-list highight error when filtered (WB)
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 13 Apr 2011 13:48:35 +0000 (15:48 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 14 Apr 2011 19:30:17 +0000 (21:30 +0200)
commit9354baee3c9eba033d4d443e01469baea53295ae
tree3ff2af8f53fcf0a1e20c99519623a76e0cf0df51
parentd39b0224115daf24fa2608e27d0ca16c8cd4aa70
Fix game-list highight error when filtered (WB)

When the gamelist was filtered, the game that was highlingted was the
n-th game in the list rather than the n-th game in the file, when the
latter was loaded (and n did not exceed the number of filtered games).
This is fixed now by searching for the line in the listbox that starts
with the game number n, rather than taking the n-th line.
winboard/wgamelist.c