=== modified file 'src/ui/tool/path-manipulator.cpp' --- src/ui/tool/path-manipulator.cpp 2010-04-06 14:11:54 +0000 +++ src/ui/tool/path-manipulator.cpp 2010-08-13 21:00:28 +0000 @@ -1414,7 +1414,7 @@ NodeList::iterator first = (*spi)->before(pvp->t, &fracpart); double stroke_tolerance = _getStrokeTolerance(); - if (Geom::distance(evp, nearest_point) < stroke_tolerance) { + if (first && first.next() && Geom::distance(evp, nearest_point) < stroke_tolerance) { _dragpoint->setVisible(true); _dragpoint->setPosition(_desktop->w2d(nearest_point)); _dragpoint->setSize(2 * stroke_tolerance);