diff -r fac7bf719295 -r f79a53ee8cf6 xml.cpp --- a/xml.cpp Wed May 18 07:39:51 2005 +0000 +++ b/xml.cpp Wed May 18 07:39:51 2005 +0000 @@ -106,14 +106,14 @@ col.setNamedColor(atts.value("linkColor")); me->setLinkColor(col); } - if (!atts.value( "xlinkColor").isEmpty() ) + if (!atts.value( "defXLinkColor").isEmpty() ) { - col.setNamedColor(atts.value("xlinkColor")); + col.setNamedColor(atts.value("defXLinkColor")); me->setDefXLinkColor(col); } - if (!atts.value( "xlinkWidth").isEmpty() ) + if (!atts.value( "defXLinkWidth").isEmpty() ) { - me->setDefXLinkWidth(atts.value("xlinkWidth").toInt ()); + me->setDefXLinkWidth(atts.value("defXLinkWidth").toInt ()); } } } else if ( eName == "select" && state == StateMap )