Code

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)
commit38dfe939162af50fb09088c4a888b1c719f328cc
treebbb4fb464ae634ea82ec52f589a988a149e9a44f
parent7fcc92bff4f75b69d61d8d32a5326395c20ff587
gitk: Fix bug in assigning row numbers to arcs

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>
gitk