author | Paul Mackerras <paulus@samba.org> | |
Mon, 9 Jul 2007 12:29:24 +0000 (22:29 +1000) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Mon, 9 Jul 2007 12:29:24 +0000 (22:29 +1000) | ||
commit | 8c93917d23ec7ef998154a6b2ac91ed1a1bf5e3a | |
tree | 5a001ccec39fb7567efb00b9cecaabb39891f355 | tree | snapshot |
parent | 096e96b493bfc30687c87b303b93e75864942786 | commit | diff |
gitk: Fix bug causing "can't read commitrow(0,n)" error
In commit 66e46f37de3ed3211a8ae0e8fc09c063bc3a1e08 I changed gitk to
store ids in rowrangelist and idrowranges rather than row numbers,
but I missed two places in the layouttail procedure. This resulted
in occasional errors such as the "can't read "commitrow(0,8572)":
no such element in array" error reported by Mark Levedahl. This fixes
it by using the id rather than the row number.
Signed-off-by: Paul Mackerras <paulus@samba.org>
In commit 66e46f37de3ed3211a8ae0e8fc09c063bc3a1e08 I changed gitk to
store ids in rowrangelist and idrowranges rather than row numbers,
but I missed two places in the layouttail procedure. This resulted
in occasional errors such as the "can't read "commitrow(0,8572)":
no such element in array" error reported by Mark Levedahl. This fixes
it by using the id rather than the row number.
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | diff | blob | history |