summaryrefslogtreecommitdiffstats
path: root/src/path-chemistry.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-03-28 20:49:55 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-03-28 20:49:55 +0000
commit9d5b761169b927286a66913d75a124d8286e51c3 (patch)
tree7ab6ba1918680c97d4bb2f509e855a6ff384397b /src/path-chemistry.h
parentfix lpe-PathPAram when deleting the path that it links to (diff)
downloadinkscape-9d5b761169b927286a66913d75a124d8286e51c3.tar.gz
inkscape-9d5b761169b927286a66913d75a124d8286e51c3.zip
when applying LPE to rect, convert it to path first
(bzr r5223)
Diffstat (limited to 'src/path-chemistry.h')
-rw-r--r--src/path-chemistry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-chemistry.h b/src/path-chemistry.h
index 52b3b189d..a715833d0 100644
--- a/src/path-chemistry.h
+++ b/src/path-chemistry.h
@@ -17,7 +17,7 @@
void sp_selected_path_combine (void);
void sp_selected_path_break_apart (void);
-void sp_selected_path_to_curves (void);
+void sp_selected_path_to_curves (bool interactive = true);
Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy);
void sp_selected_path_reverse ();