summaryrefslogtreecommitdiffstats
path: root/src/splivarot.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/splivarot.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/splivarot.cpp')
-rw-r--r--src/splivarot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp
index 319928d99..ad40178fb 100644
--- a/src/splivarot.cpp
+++ b/src/splivarot.cpp
@@ -419,7 +419,7 @@ sp_selected_path_boolop(Inkscape::Selection *selection, SPDesktop *desktop, bool
{
// apply live path effects prior to performing boolean operation
if (SP_IS_LPE_ITEM(l->data)) {
- sp_lpe_item_remove_all_path_effects(SP_LPE_ITEM(l->data), true);
+ SP_LPE_ITEM(l->data)->removeAllPathEffects(true);
}
SPCSSAttr *css = sp_repr_css_attr(reinterpret_cast<SPObject *>(il->data)->getRepr(), "style");