Index: smartdisperse.c =================================================================== --- smartdisperse.c (revision 4949) +++ smartdisperse.c (revision 4950) @@ -83,7 +83,7 @@ } /* move the element */ - MoveElementLowLevel(PCB->Data, element, dx, dy); + pcb_element_move(PCB->Data, element, dx, dy); /* and add to the undo list so we can undo this operation */ AddObjectToMoveUndoList(PCB_TYPE_ELEMENT, NULL, NULL, element, dx, dy);