From ad03ed273d669bfa58ff3c6216c3e24d75f704be Mon Sep 17 00:00:00 2001 From: Stephen Silver Date: Mon, 11 Aug 2008 17:52:37 +0000 Subject: Include inkscape:connection-start and inkscape:connection-end in ID clash resolution. (Fixes bug 256986.) (bzr r6609) --- src/id-clash.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/id-clash.cpp') 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 id_changeitem_type; typedef std::list id_changelist_type; const char *href_like_attributes[] = { + "inkscape:connection-end", + "inkscape:connection-start", "inkscape:href", "inkscape:path-effect", "inkscape:perspectiveID", -- cgit v1.2.3