diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2007-12-30 23:40:41 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2007-12-30 23:40:41 +0000 |
| commit | 839e7e7279023ab60c9beaaf3f1d73cc4217e5b0 (patch) | |
| tree | f67cd36fa8de65f5c0f3d428991f32a1d5d40f49 /src/live_effects/effect.cpp | |
| parent | comment fix (diff) | |
| download | inkscape-839e7e7279023ab60c9beaaf3f1d73cc4217e5b0.tar.gz inkscape-839e7e7279023ab60c9beaaf3f1d73cc4217e5b0.zip | |
Set teeth selector in lpe-gears to an integer value >= 3.
Fix trailing whitespace.
(bzr r4342)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index ed2eb62fe..117fbcdb7 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -107,7 +107,7 @@ Effect::~Effect() } } -Glib::ustring +Glib::ustring Effect::getName() { if (lpeobj->effecttype_set && lpeobj->effecttype < INVALID_LPE) |
