diff -r 7b4e73ac247e -r 1fb50e79661c ornamentedobj.cpp --- a/ornamentedobj.cpp Mon Jun 29 10:28:28 2009 +0000 +++ b/ornamentedobj.cpp Tue Jul 07 09:34:24 2009 +0000 @@ -190,7 +190,7 @@ { MapObj::move (x,y); positionContents(); - updateLink(); + updateLinkGeometry(); requestReposition(); } @@ -207,7 +207,7 @@ systemFlags->moveBy (x,y); standardFlags->moveBy (x,y); heading->moveBy (x,y); - updateLink(); + updateLinkGeometry(); requestReposition(); }