1.1 --- a/xml-freemind.cpp Tue Apr 07 16:15:53 2009 +0000
1.2 +++ b/xml-freemind.cpp Tue May 26 11:24:51 2009 +0000
1.3 @@ -261,12 +261,12 @@
1.4
1.5 bool parseFreemindHandler::readNodeAttr (const QXmlAttributes& a) //FIXME-3
1.6 {
1.7 -/*
1.8 - lastOO=lastBranch;
1.9 - lastBranchItem=(BranchItem*)(lastBranch->getTreeItem() );
1.10 + //lastOO=lastBranch;
1.11 + //lastBranchItem=(BranchItem*)(lastBranch->getTreeItem() );
1.12
1.13 if (a.value( "FOLDED")=="true" )
1.14 lastBranchItem->toggleScroll();
1.15 +/*
1.16 if (!a.value( "TEXT").isEmpty() )
1.17 lastBranch->setHeading (a.value ("TEXT"));
1.18