summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-path_length.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-09-14 01:26:26 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-09-14 01:26:26 +0000
commitaaad7dd611ce6a580bf7c91703d802e59604e6bc (patch)
tree194316e5fede754088b5cfa201be57f37b801e65 /src/live_effects/lpe-path_length.cpp
parentonly display flash helperpath warning for shapes other than paths (diff)
downloadinkscape-aaad7dd611ce6a580bf7c91703d802e59604e6bc.tar.gz
inkscape-aaad7dd611ce6a580bf7c91703d802e59604e6bc.zip
Warning for bug
(bzr r6806)
Diffstat (limited to 'src/live_effects/lpe-path_length.cpp')
-rw-r--r--src/live_effects/lpe-path_length.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/lpe-path_length.cpp b/src/live_effects/lpe-path_length.cpp
index 5ecf2ffa2..a032026b7 100644
--- a/src/live_effects/lpe-path_length.cpp
+++ b/src/live_effects/lpe-path_length.cpp
@@ -38,6 +38,8 @@ bool
LPEPathLength::hideCanvasText() {
// this is only used in sp-lpe-item.cpp to hide the canvas text when the effect is invisible
info_text.param_setValue("");
+// TODO must return something to avoid nasty bugs
+ g_warning("random value");
}
Geom::Piecewise<Geom::D2<Geom::SBasis> >