diff -r 85eab6b8120b -r 4b2e70fbacec branchobj.cpp --- a/branchobj.cpp Wed Aug 10 06:26:20 2005 +0000 +++ b/branchobj.cpp Tue Aug 16 14:25:43 2005 +0000 @@ -1115,6 +1115,7 @@ { // links myself as last branch at dst dst->addBranchPtr (this); + updateLink(); return this; } else { @@ -1123,6 +1124,7 @@ { BranchObj *bo=dst->insertBranchPtr (this,pos); bo->setDefAttr(MovedBranch); + updateLink(); return bo; } else