summaryrefslogtreecommitdiffstats
path: root/src/sp-lpe-item.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-05-27 10:23:25 +0000
committerJabiertxof <jtx@jtx>2017-05-27 10:23:25 +0000
commit2c160c193b9767df8448ec3d018c3d6225a4ec63 (patch)
treead8a0ab2870cbf5cf5e6a40041678e428785c948 /src/sp-lpe-item.cpp
parentOrder LPE parameters (diff)
downloadinkscape-2c160c193b9767df8448ec3d018c3d6225a4ec63.tar.gz
inkscape-2c160c193b9767df8448ec3d018c3d6225a4ec63.zip
Change bad named vars
(bzr r15703.1.1)
Diffstat (limited to 'src/sp-lpe-item.cpp')
-rw-r--r--src/sp-lpe-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-lpe-item.cpp b/src/sp-lpe-item.cpp
index efb1f4353..b08772826 100644
--- a/src/sp-lpe-item.cpp
+++ b/src/sp-lpe-item.cpp
@@ -519,7 +519,7 @@ void SPLPEItem::removeAllPathEffects(bool keep_paths)
LivePathEffectObject *lpeobj = (*it)->lpeobject;
if (lpeobj) {
Inkscape::LivePathEffect::Effect * lpe = lpeobj->get_lpe();
- lpe->erase_extra_objects = false;
+ lpe->keep_paths = true;
}
}
}