diff -r c6908bc17d78 -r 04039e47ac74 xml-vym.cpp --- a/xml-vym.cpp Mon Apr 27 12:42:06 2009 +0000 +++ b/xml-vym.cpp Tue Apr 28 09:51:48 2009 +0000 @@ -171,7 +171,7 @@ if (!atts.value( "textColor").isEmpty() ) { col.setNamedColor(atts.value("textColor")); - //FIXME-2 lastBranch->setColor(col ); + lastBranchItem->setHeadingColor(col ); } } else if ( eName == "note" && (state == StateMapCenter ||state==StateBranch))