From f7c60303d85e355e4e9da8e9f0a610a08c616e70 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sat, 9 Jan 2010 22:31:50 +0100 Subject: fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv) (bzr r8961) --- src/path-chemistry.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/path-chemistry.cpp') 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()); -- cgit v1.2.3