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
commit2c160c193b9767df8448ec3d018c3d6225a4ec63 (patch)
treead8a0ab2870cbf5cf5e6a40041678e428785c948 /src/live_effects/effect.cpp
parentOrder LPE parameters (diff)
downloadinkscape-2c160c193b9767df8448ec3d018c3d6225a4ec63.tar.gz
inkscape-2c160c193b9767df8448ec3d018c3d6225a4ec63.zip
Change bad named vars
(bzr r15703.1.1)
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),