summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2009-07-15 17:37:41 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2009-07-15 17:37:41 +0000
commit4fe8e48a2b4917495831464be7ca1280a315e83d (patch)
treea21e845a3e7b73f1df0f4cac31bf12c888682d5f /src/shape-editor.h
parentinkscape.pot update (diff)
downloadinkscape-4fe8e48a2b4917495831464be7ca1280a315e83d.tar.gz
inkscape-4fe8e48a2b4917495831464be7ca1280a315e83d.zip
shapeeditor: save separate listerner's repr_keys for KnotHolder and NodePaths, to fix bug #387298
(bzr r8289)
Diffstat (limited to 'src/shape-editor.h')
-rw-r--r--src/shape-editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h
index ef81540ae..98dbb35d7 100644
--- a/src/shape-editor.h
+++ b/src/shape-editor.h
@@ -143,7 +143,8 @@ private:
Geom::Point curvepoint_event; // int coords from event
Geom::Point curvepoint_doc; // same, in doc coords
- Inkscape::XML::Node *listener_attached_for;
+ Inkscape::XML::Node *knotholder_listener_attached_for;
+ Inkscape::XML::Node *nodepath_listener_attached_for;
};