summaryrefslogtreecommitdiffstats
path: root/src/pencil-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-09-01 15:45:39 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-09-01 15:45:39 +0000
commit905801788180beeee0671ba4151cce6b8492a4be (patch)
treedb881574159216c10229aa00bc592ab708dcb0a8 /src/pencil-context.cpp
parentFixed missing return of value and misc return cleanup. Should be the proper f... (diff)
downloadinkscape-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.cpp2
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;
}