summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-10-23 20:25:01 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-10-23 20:25:01 +0000
commit3a5c9da3ec750e36889cbe114d6b0d10d442f7ca (patch)
tree2aeeeca0834642191fd9e02d9a054ee4afc3e393 /src/shape-editor.h
parentRevert undo LPE paths fix; crashed on linux :( (diff)
downloadinkscape-3a5c9da3ec750e36889cbe114d6b0d10d442f7ca.tar.gz
inkscape-3a5c9da3ec750e36889cbe114d6b0d10d442f7ca.zip
fix undoing of LPE paths again. please test. (now nodepath is only updated when it is editting the changed xml attribute)
(bzr r3947)
Diffstat (limited to 'src/shape-editor.h')
-rw-r--r--src/shape-editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h
index 8f4895be6..c4271568f 100644
--- a/src/shape-editor.h
+++ b/src/shape-editor.h
@@ -113,6 +113,8 @@ public:
void distribute (NR::Dim2 axis);
void align (NR::Dim2 axis);
+ bool nodepath_edits_repr_key(gchar const *name);
+
private:
SPDesktop *desktop;