summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDiederik van Lierop <mailat-signdiedenrezidotnl>2010-01-09 21:31:50 +0000
committerDiederik van Lierop <mailat-signdiedenrezidotnl>2010-01-09 21:31:50 +0000
commitf7c60303d85e355e4e9da8e9f0a610a08c616e70 (patch)
treeddd3e119fdf5c5a14ae4f90b3321c65dd686526f /src
parentRefactoring the snapping API (making it easier to maintain and understand for... (diff)
downloadinkscape-f7c60303d85e355e4e9da8e9f0a610a08c616e70.tar.gz
inkscape-f7c60303d85e355e4e9da8e9f0a610a08c616e70.zip
fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv)
(bzr r8961)
Diffstat (limited to 'src')
-rw-r--r--src/path-chemistry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp
index 204c82aed..50d26ba64 100644
--- a/src/path-chemistry.cpp
+++ b/src/path-chemistry.cpp
@@ -132,6 +132,7 @@ sp_selected_path_combine(SPDesktop *desktop)
g_slist_free(items);
if (did) {
+ SP_OBJECT(first)->deleteObject(false);
// delete the topmost.
Inkscape::XML::Document *xml_doc = sp_document_repr_doc(desktop->doc());