summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-10-25 21:31:28 +0000
committerjabiertxof <info@marker.es>2016-10-25 21:31:28 +0000
commit47afab8f225cffbcc94d49216c4382410a84ed47 (patch)
tree3e639a4b359de538b5bf037eb3e43d85f7b2673c /src/ui/tools/freehand-base.cpp
parentSome bug fixes and improvements (diff)
parentFix signals (diff)
downloadinkscape-47afab8f225cffbcc94d49216c4382410a84ed47.tar.gz
inkscape-47afab8f225cffbcc94d49216c4382410a84ed47.zip
Update to trunk
(bzr r15142.1.26)
Diffstat (limited to 'src/ui/tools/freehand-base.cpp')
-rw-r--r--src/ui/tools/freehand-base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp
index a7cd39a89..300324467 100644
--- a/src/ui/tools/freehand-base.cpp
+++ b/src/ui/tools/freehand-base.cpp
@@ -435,7 +435,7 @@ static void spdc_check_for_and_apply_waiting_LPE(FreehandBase *dc, SPItem *item,
if(bend_item != NULL && bend_item->getRepr() != NULL){
gchar const *svgd = item->getRepr()->attribute("d");
dc->selection->add(SP_OBJECT(bend_item));
- sp_selection_duplicate(dc->desktop);
+ dc->selection->duplicate();
dc->selection->remove(SP_OBJECT(bend_item));
bend_item = dc->selection->singleItem();
if(bend_item){