summaryrefslogtreecommitdiffstats
path: root/src/box3d-side.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-05 00:53:12 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-05 00:53:12 +0000
commit995c8028b521eb7d17334e6f6d34bbb54949a48b (patch)
tree6d2e811cfbfe459d31edfd9234bdda8bab57788b /src/box3d-side.cpp
parentupdate to trunk (diff)
parentC++ (diff)
downloadinkscape-995c8028b521eb7d17334e6f6d34bbb54949a48b.tar.gz
inkscape-995c8028b521eb7d17334e6f6d34bbb54949a48b.zip
update to trunk
(bzr r12588.1.11)
Diffstat (limited to 'src/box3d-side.cpp')
-rw-r--r--src/box3d-side.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/box3d-side.cpp b/src/box3d-side.cpp
index 4d8b1e2d7..040b031c6 100644
--- a/src/box3d-side.cpp
+++ b/src/box3d-side.cpp
@@ -207,9 +207,9 @@ void Box3DSide::set_shape() {
* This is very important for LPEs to work properly! (the bbox might be recalculated depending on the curve in shape)*/
this->setCurveInsync( c, TRUE);
- if (hasPathEffect() && sp_lpe_item_path_effects_enabled(this)) {
+ if (hasPathEffect() && pathEffectsEnabled()) {
SPCurve *c_lpe = c->copy();
- bool success = sp_lpe_item_perform_path_effect(this, c_lpe);
+ bool success = this->performPathEffect(c_lpe);
if (success) {
this->setCurveInsync(c_lpe, TRUE);