diff -r f1006de05c54 -r 7d67be709091 xml-vym.cpp --- a/xml-vym.cpp Mon Sep 07 15:36:57 2009 +0000 +++ b/xml-vym.cpp Tue Sep 08 12:15:39 2009 +0000 @@ -145,7 +145,7 @@ { // Treat the found mapcenter as a branch // in an existing map - BranchItem *bi=model->getSelectedBranch(); //FIXME-3 selection is no longer used here... //FIXME-2 really? we are adding to a map... + BranchItem *bi=model->getSelectedBranch(); //FIXME-2 selection is no longer used here... if (bi) { lastBranch=bi; @@ -153,7 +153,7 @@ { lastBranch=model->createBranch(lastBranch); } //else - //lastBranch->clear(); //FIXME-1 clear not really defined! + //lastBranch->clear(); //FIXME-2 clear not really defined! } else // add mapCenter without parent lastBranch=model->createMapCenter();