summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-copy_rotate.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/lpe-copy_rotate.cpp
parentOrder LPE parameters (diff)
downloadinkscape-c98c541481381a04f5e04da046d457b05c3ed711.tar.gz
inkscape-c98c541481381a04f5e04da046d457b05c3ed711.zip
Change bad named vars
(bzr r15704)
Diffstat (limited to 'src/live_effects/lpe-copy_rotate.cpp')
-rw-r--r--src/live_effects/lpe-copy_rotate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-copy_rotate.cpp b/src/live_effects/lpe-copy_rotate.cpp
index ff24b46da..2364f4f66 100644
--- a/src/live_effects/lpe-copy_rotate.cpp
+++ b/src/live_effects/lpe-copy_rotate.cpp
@@ -722,8 +722,8 @@ LPECopyRotate::doOnVisibilityToggled(SPLPEItem const* /*lpeitem*/)
void
LPECopyRotate::doOnRemove (SPLPEItem const* /*lpeitem*/)
{
- //unset "erase_extra_objects" hook on sp-lpe-item.cpp
- if (!erase_extra_objects) {
+ //set "keep paths" hook on sp-lpe-item.cpp
+ if (keep_paths) {
processObjects(LPE_TO_OBJECTS);
return;
}