summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
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