diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-02-25 09:27:10 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-02-25 09:27:10 +0000 |
| commit | 0a9f2fcf9b7cde6beef3cf940d99f4a71454346e (patch) | |
| tree | 7f2bbfbf91a364b95087792a1550d01444fbd7f1 /src | |
| parent | Line-end fix (diff) | |
| download | inkscape-0a9f2fcf9b7cde6beef3cf940d99f4a71454346e.tar.gz inkscape-0a9f2fcf9b7cde6beef3cf940d99f4a71454346e.zip | |
comment fix
(bzr r4846)
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-shape.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp index d1f6d7886..e990fdf8e 100644 --- a/src/sp-shape.cpp +++ b/src/sp-shape.cpp @@ -1082,7 +1082,9 @@ sp_shape_get_curve (SPShape *shape) return NULL; } -/* NOT FOR GENERAL PUBLIC UNTIL SORTED OUT (Lauris) */ +/** + * Same as sp_shape_set_curve but without updating the display + */ void sp_shape_set_curve_insync (SPShape *shape, SPCurve *curve, unsigned int owner) { |
