From: Jon A. Cruz Date: Sun, 7 Nov 2010 09:01:55 +0000 (-0800) Subject: Fix compile breakage. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8639e95078ada70a49b21fc62c705d7a829b0f91;p=inkscape.git Fix compile breakage. --- 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: