diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-04-07 20:43:59 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-04-07 20:43:59 +0000 |
| commit | 3f0d1a9929099eff21b97fb1b6c80735c0001f1d (patch) | |
| tree | 4d7f0530a47b4d223e073c4ec5e300f00f3e5025 /src/nodepath.cpp | |
| parent | Some filters and extensions updates (diff) | |
| download | inkscape-3f0d1a9929099eff21b97fb1b6c80735c0001f1d.tar.gz inkscape-3f0d1a9929099eff21b97fb1b6c80735c0001f1d.zip | |
Fix bug #356743
(bzr r7662)
Diffstat (limited to 'src/nodepath.cpp')
| -rw-r--r-- | src/nodepath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodepath.cpp b/src/nodepath.cpp index b92a3bf85..ad230df75 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -1388,7 +1388,7 @@ static void sp_nodepath_selected_nodes_move(Inkscape::NodePath::Path *nodepath, } // Iterate through all selected nodes - m.setup(nodepath->desktop, false, SP_PATH(nodepath->item), &unselected_nodes); + m.setup(nodepath->desktop, false, nodepath->item, &unselected_nodes); for (GList *l = nodepath->selected; l != NULL; l = l->next) { Inkscape::NodePath::Node *n = (Inkscape::NodePath::Node *) l->data; if (!closest_only || n == closest_node) { //try to snap either all selected nodes or only the closest one |
