summaryrefslogtreecommitdiffstats
path: root/src/spray-context.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-07-05 15:46:24 +0000
committerJaviertxo <jtx@jtx.marker.es>2013-07-05 15:46:24 +0000
commitc0503c1a2b9a5f7a4030a664ca5a324ce38c967a (patch)
tree9bc6d203a70155251a7a50210abe236cc2277d11 /src/spray-context.cpp
parentUpadate to trunk (diff)
parentMerge: Command-line and DBus refactoring to improve inkscapes ability to be r... (diff)
downloadinkscape-c0503c1a2b9a5f7a4030a664ca5a324ce38c967a.tar.gz
inkscape-c0503c1a2b9a5f7a4030a664ca5a324ce38c967a.zip
Update to trunk
(bzr r11950.1.123)
Diffstat (limited to 'src/spray-context.cpp')
-rw-r--r--src/spray-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spray-context.cpp b/src/spray-context.cpp
index b8172fa4c..7690d0373 100644
--- a/src/spray-context.cpp
+++ b/src/spray-context.cpp
@@ -505,7 +505,7 @@ static bool sp_spray_recursive(SPDesktop *desktop,
selection->clear();
selection->add(item_copied);
selection->add(unionResult);
- sp_selected_path_union_skip_undo(selection->desktop());
+ sp_selected_path_union_skip_undo(selection, selection->desktop());
selection->add(father);
Inkscape::GC::release(copy2);
did = true;