From 93e25a913d7a76d9a3aed1b62e5ff263d75d6f4d Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Wed, 29 Mar 2006 03:18:33 +0000 Subject: Renaming temp non-standard attributes (bzr r330) --- src/dialogs/swatches.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dialogs/swatches.cpp') diff --git a/src/dialogs/swatches.cpp b/src/dialogs/swatches.cpp index 8d81c3b99..ab4fa35ad 100644 --- a/src/dialogs/swatches.cpp +++ b/src/dialogs/swatches.cpp @@ -300,7 +300,7 @@ static bool bruteForce( SPDocument* document, Inkscape::XML::Node* node, Glib::u bool changed = false; if ( node ) { - gchar const * val = node->attribute("HOTFill"); + gchar const * val = node->attribute("inkscape:x-fill-tag"); if ( val && (match == val) ) { SPObject *obj = document->getObjectByRepr( node ); @@ -315,7 +315,7 @@ static bool bruteForce( SPDocument* document, Inkscape::XML::Node* node, Glib::u changed = true; } - val = node->attribute("HOTStroke"); + val = node->attribute("inkscape:x-stroke-tag"); if ( val && (match == val) ) { SPObject *obj = document->getObjectByRepr( node ); -- cgit v1.2.3