gitk: Fix bugs in setting rowfinal
authorPaul Mackerras <paulus@samba.org>
Fri, 14 Sep 2007 23:04:11 +0000 (09:04 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 14 Sep 2007 23:12:26 +0000 (09:12 +1000)
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>
No differences found