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/pencil-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/pencil-context.cpp')
| -rw-r--r-- | src/pencil-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pencil-context.cpp b/src/pencil-context.cpp index cb1039119..b6231f7cb 100644 --- a/src/pencil-context.cpp +++ b/src/pencil-context.cpp @@ -241,7 +241,7 @@ pencil_handle_button_press(SPPencilContext *const pc, GdkEventButton const &beve default: /* Set first point of sequence */ if (bevent.state & GDK_CONTROL_MASK) { - freehand_create_single_dot(event_context, from_2geom(p), "tools.freehand.pencil", bevent.state); + spdc_create_single_dot(event_context, from_2geom(p), "tools.freehand.pencil", bevent.state); ret = true; break; } |
