From 9987e96d0f03421344ad50447a877d57058e0df5 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Tue, 17 Jan 2012 19:54:58 +0100 Subject: part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPath (SPShape has curve_before_lpe) (bzr r10895) --- src/path-chemistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path-chemistry.cpp') diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 11334c651..b2680acce 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -379,7 +379,7 @@ sp_item_list_to_curves(const GSList *items, GSList **selected, GSList **to_selec continue; } - if (SP_IS_PATH(item) && !SP_PATH(item)->original_curve) { + if (SP_IS_PATH(item) && !SP_SHAPE(item)->curve_before_lpe) { continue; // already a path, and no path effect } -- cgit v1.2.3