summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-11-07 09:01:55 +0000
committerJon A. Cruz <jon@joncruz.org>2010-11-07 09:01:55 +0000
commit500120c0ac96cb218bfe240150831e9d6826fe76 (patch)
tree3a2474d768c01b712b9d0b33753ba1d751b23231 /src
parentReintroduce Shift+L shortcut and handle retraction when setting the type (diff)
downloadinkscape-500120c0ac96cb218bfe240150831e9d6826fe76.tar.gz
inkscape-500120c0ac96cb218bfe240150831e9d6826fe76.zip
Fix compile breakage.
(bzr r9876)
Diffstat (limited to 'src')
-rw-r--r--src/ui/tool/multi-path-manipulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/multi-path-manipulator.cpp b/src/ui/tool/multi-path-manipulator.cpp
index a1b398bb1..494a81a8d 100644
--- a/src/ui/tool/multi-path-manipulator.cpp
+++ b/src/ui/tool/multi-path-manipulator.cpp
@@ -625,7 +625,7 @@ bool MultiPathManipulator::event(GdkEvent *event)
case GDK_L:
if (held_only_shift(event->key)) {
// Shift+L - make segments linear
- setSegmentType(SEGMENT_LINEAR);
+ setSegmentType(SEGMENT_STRAIGHT);
return true;
}
default: