summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bspline.cpp
diff options
context:
space:
mode:
authorroot <root@jtx.marker.es>2013-10-05 00:49:20 +0000
committerroot <root@jtx.marker.es>2013-10-05 00:49:20 +0000
commit0de4a7013187366efbeeb5887191b6ea57445899 (patch)
tree4403a23f086824c3f43a0d60853e625f5ce5c635 /src/live_effects/lpe-bspline.cpp
parentupdate to trunk (diff)
parentC++ (diff)
downloadinkscape-0de4a7013187366efbeeb5887191b6ea57445899.tar.gz
inkscape-0de4a7013187366efbeeb5887191b6ea57445899.zip
update to trunk
(bzr r11950.1.159)
Diffstat (limited to 'src/live_effects/lpe-bspline.cpp')
-rw-r--r--src/live_effects/lpe-bspline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-bspline.cpp b/src/live_effects/lpe-bspline.cpp
index c2749e393..84f3fbb33 100644
--- a/src/live_effects/lpe-bspline.cpp
+++ b/src/live_effects/lpe-bspline.cpp
@@ -88,7 +88,7 @@ LPEBSpline::createAndApply(const char* name, SPDocument *doc, SPItem *item)
Inkscape::GC::release(repr);
gchar *href = g_strdup_printf("#%s", repr_id);
- sp_lpe_item_add_path_effect(SP_LPE_ITEM(item), href, true);
+ SP_LPE_ITEM(item)->addPathEffect( href, true);
g_free(href);
}
}