gitk: Fix bugs in setting rowfinal
commitf56782aef4b3d7339461d8f12ff15f6258d9871d
authorPaul Mackerras <paulus@samba.org>
Fri, 14 Sep 2007 23:04:11 +0000 (15 09:04 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 14 Sep 2007 23:12:26 +0000 (15 09:12 +1000)
tree59c530e94c3b64bef9c5e8a0c88c4da484448b81
parentf5f3c2e29f51a38261daa91073a3f227d4532325
gitk: Fix bugs in setting rowfinal

We weren't updating the rowfinal list in insertrow and removerow, so
it was getting out of sync with rowidlist, which resulted in Tcl errors.
This also optimizes the setting of rowfinal in layoutrows a bit.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk