diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-03-30 21:16:20 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-03-30 21:16:20 +0000 |
| commit | 1db831354238eb8e446904fdd947aa91e0482fc6 (patch) | |
| tree | 78d9387b1e67af0741c90aaeb537a5e3d99417f2 /src/spiral-context.cpp | |
| parent | Turned all functions concerning SPRect into member functions. (diff) | |
| download | inkscape-1db831354238eb8e446904fdd947aa91e0482fc6.tar.gz inkscape-1db831354238eb8e446904fdd947aa91e0482fc6.zip | |
Turned all functions concerning SPSpiral into member functions.
(bzr r11608.1.61)
Diffstat (limited to 'src/spiral-context.cpp')
| -rw-r--r-- | src/spiral-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spiral-context.cpp b/src/spiral-context.cpp index 459a56161..253ab6b58 100644 --- a/src/spiral-context.cpp +++ b/src/spiral-context.cpp @@ -430,7 +430,7 @@ static void sp_spiral_drag(SPSpiralContext *sc, Geom::Point const &p, guint stat } /* Fixme: these parameters should be got from dialog box */ - sp_spiral_position_set(spiral, p0[Geom::X], p0[Geom::Y], + spiral->setPosition(p0[Geom::X], p0[Geom::Y], /*expansion*/ sc->exp, /*revolution*/ sc->revo, rad, arg, |
