diff options
| author | Stephen Silver <sasilver@yahoo.com> | 2008-08-11 17:52:37 +0000 |
|---|---|---|
| committer | sasilver <sasilver@users.sourceforge.net> | 2008-08-11 17:52:37 +0000 |
| commit | ad03ed273d669bfa58ff3c6216c3e24d75f704be (patch) | |
| tree | c5c4f92a38995daf16e1e6706aef517579bc835c /src/id-clash.cpp | |
| parent | updated Russian translation (diff) | |
| download | inkscape-ad03ed273d669bfa58ff3c6216c3e24d75f704be.tar.gz inkscape-ad03ed273d669bfa58ff3c6216c3e24d75f704be.zip | |
Include inkscape:connection-start and inkscape:connection-end in ID clash resolution.
(Fixes bug 256986.)
(bzr r6609)
Diffstat (limited to 'src/id-clash.cpp')
| -rw-r--r-- | src/id-clash.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/id-clash.cpp b/src/id-clash.cpp index 420b9c3e5..b215576a4 100644 --- a/src/id-clash.cpp +++ b/src/id-clash.cpp @@ -38,6 +38,8 @@ typedef std::pair<SPObject*, std::string> id_changeitem_type; typedef std::list<id_changeitem_type> id_changelist_type; const char *href_like_attributes[] = { + "inkscape:connection-end", + "inkscape:connection-start", "inkscape:href", "inkscape:path-effect", "inkscape:perspectiveID", |
