From aaad7dd611ce6a580bf7c91703d802e59604e6bc Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 14 Sep 2008 01:26:26 +0000 Subject: Warning for bug (bzr r6806) --- src/live_effects/lpe-path_length.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 > -- cgit v1.2.3