Code

gitk: Fix bug where arcs could get lost
authorPaul Mackerras <paulus@samba.org>
Sun, 17 Feb 2008 23:44:33 +0000 (10:44 +1100)
committerPaul Mackerras <paulus@samba.org>
Sun, 17 Feb 2008 23:44:33 +0000 (10:44 +1100)
commit841ea8244913bd8953fdd43e54d9965f02bebae6
tree0b71293cc6161525b322b8d62f93b5446d88cef2
parent585fb5985dcc5c129cb9f095c73dce88c8aacf77
gitk: Fix bug where arcs could get lost

Because we weren't fixing up vlastins when moving an arc from one
place to another, it was possible for us later to decide to move
an arc to the wrong place, and end up with an arc disconnected from
the rest of the graph.  This fixes it by updating vlastins when
necessary.

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