summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-01-14 08:42:20 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-01-14 08:42:20 +0000
commitdd3076a51d8a53223c771a39fa5f976db0c85af5 (patch)
treea77295c5911f20bb9e4dd1f513847ff603ba1cc8 /src/widgets/toolbox.cpp
parent* Merge from trunk (diff)
downloadinkscape-dd3076a51d8a53223c771a39fa5f976db0c85af5.tar.gz
inkscape-dd3076a51d8a53223c771a39fa5f976db0c85af5.zip
Implement segment weld to make segment join similar to node join
(bzr r8846.2.12)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index bb13bfdad..e3d309c47 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -1061,7 +1061,7 @@ void
sp_node_path_edit_join_segment(void)
{
InkNodeTool *nt = get_node_tool();
- if (nt) nt->_multipath->joinSegment();
+ if (nt) nt->_multipath->joinSegments();
}
void