summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.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
commitc98c541481381a04f5e04da046d457b05c3ed711 (patch)
treead8a0ab2870cbf5cf5e6a40041678e428785c948 /src/live_effects/effect.cpp
parentOrder LPE parameters (diff)
downloadinkscape-c98c541481381a04f5e04da046d457b05c3ed711.tar.gz
inkscape-c98c541481381a04f5e04da046d457b05c3ed711.zip
Change bad named vars
(bzr r15704)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index a4b44b1a9..23a4c9f3d 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -355,7 +355,7 @@ Effect::Effect(LivePathEffectObject *lpeobject)
oncanvasedit_it(0),
is_visible(_("Is visible?"), _("If unchecked, the effect remains applied to the object but is temporarily disabled on canvas"), "is_visible", &wr, this, true),
show_orig_path(false),
- erase_extra_objects(true),
+ keep_paths(false),
lpeobj(lpeobject),
concatenate_before_pwd2(false),
sp_lpe_item(NULL),