Code

gitk: Fix a couple of bugs
authorPaul Mackerras <paulus@samba.org>
Tue, 11 Dec 2007 09:09:53 +0000 (20:09 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 11 Dec 2007 09:09:53 +0000 (20:09 +1100)
commit0c27886e469dcf81ed0ba7b2035e32a823224edc
tree1eab2e2078a0e93e1d724e994a72fbc89a55b042
parent9257d8f7616e20d76b2c04cea7cb2fcd7daf68bb
gitk: Fix a couple of bugs

First, if we invalidate the layout for all rows (i.e. from row 0 on),
we were calling undolayout with an empty string as the argument.
Second, the comparison in make_disporder that tests if we need to
call update_arcrows was the wrong way around.

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