diff -r 6269016c9905 -r c6bb4fdcc55f xml-freemind.cpp --- a/xml-freemind.cpp Thu Aug 06 10:42:17 2009 +0000 +++ b/xml-freemind.cpp Sat Aug 08 21:58:26 2009 +0000 @@ -90,7 +90,7 @@ if (atts.value ("POSITION")=="left") { model->select ("bo:1"); - lastBranchItem=model->getSelectedBranchItem(); + lastBranchItem=model->getSelectedBranch(); if (lastBranchItem) { lastBranchItem=model->createBranch(lastBranchItem); @@ -99,7 +99,7 @@ } else if (atts.value ("POSITION")=="right") { model->select ("bo:0"); - lastBranchItem=model->getSelectedBranchItem(); + lastBranchItem=model->getSelectedBranch(); if (lastBranchItem) { lastBranchItem=model->createBranch(lastBranchItem);