From: sasilver Date: Mon, 11 Aug 2008 17:52:37 +0000 (+0000) Subject: Include inkscape:connection-start and inkscape:connection-end in ID clash resolution. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b06dd4be3139209b8660173fa02b6ef358711c2b;p=inkscape.git Include inkscape:connection-start and inkscape:connection-end in ID clash resolution. (Fixes bug 256986.) --- 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",