gitk: Fix bug in assigning row numbers to arcs
authorPaul Mackerras <paulus@samba.org>
Thu, 6 Dec 2007 09:50:31 +0000 (20:50 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 6 Dec 2007 09:50:31 +0000 (20:50 +1100)
We weren't setting vtokmod and varcmod in renumbervarc, so after a
call to renumbervarc we sometimes weren't reassigning row numbers to
all the arcs whose row numbers had changed. This fixes it.

This also collapses layoutmore and showstuff into one procedure and
gets rid of the phase variable.

Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found