diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-09-01 15:45:39 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-09-01 15:45:39 +0000 |
| commit | 905801788180beeee0671ba4151cce6b8492a4be (patch) | |
| tree | db881574159216c10229aa00bc592ab708dcb0a8 /src/pen-context.cpp | |
| parent | Fixed missing return of value and misc return cleanup. Should be the proper f... (diff) | |
| download | inkscape-905801788180beeee0671ba4151cce6b8492a4be.tar.gz inkscape-905801788180beeee0671ba4151cce6b8492a4be.zip | |
Move single-dot-creation function to a better location (and rename it accordingly)
(bzr r6746)
Diffstat (limited to 'src/pen-context.cpp')
| -rw-r--r-- | src/pen-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pen-context.cpp b/src/pen-context.cpp index 2d1a48d3a..12253632d 100644 --- a/src/pen-context.cpp +++ b/src/pen-context.cpp @@ -465,7 +465,7 @@ static gint pen_handle_button_press(SPPenContext *const pc, GdkEventButton const if (pc->npoints == 0) { if (bevent.state & GDK_CONTROL_MASK) { - freehand_create_single_dot(event_context, event_dt, "tools.freehand.pen", bevent.state); + spdc_create_single_dot(event_context, event_dt, "tools.freehand.pen", bevent.state); ret = TRUE; break; } |
