summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Silver <sasilver@yahoo.com>2008-08-11 17:52:37 +0000
committersasilver <sasilver@users.sourceforge.net>2008-08-11 17:52:37 +0000
commitad03ed273d669bfa58ff3c6216c3e24d75f704be (patch)
treec5c4f92a38995daf16e1e6706aef517579bc835c /src
parentupdated Russian translation (diff)
downloadinkscape-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')
-rw-r--r--src/id-clash.cpp2
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",