diff -r 2d4cc445a86a -r ee6b0f3a4c2f xml-vym.cpp --- a/xml-vym.cpp Mon Mar 23 09:06:51 2009 +0000 +++ b/xml-vym.cpp Thu Mar 26 07:49:17 2009 +0000 @@ -202,7 +202,7 @@ // selection==lmo==NULL // Treat it like ImportAdd then... loadMode=ImportAdd; - // FIXME lmo=model->first()->getLMO(); + // FIXME-3 lmo=model->first()->getLMO(); // Do we really have no MCO when loading????? cout << "xml-vym aborted\n"; } @@ -298,7 +298,7 @@ state=StateHtmlNote; htmldata.replace ("

","
"); no.setNote (htmldata); - lastBranch->setNote (no); + lastBranch->getTreeItem()->setNoteObj (no); } break; default: @@ -326,7 +326,7 @@ case StateMapSetting:break; case StateMapCenter: break; case StateNote: - lastBranch->setNote(ch_simplified); + lastBranch->getTreeItem()->setNote(ch_simplified); break; case StateBranch: break; case StateStandardFlag: @@ -488,7 +488,7 @@ } if (!a.value( "fonthint").isEmpty() ) no.setFontHint(a.value ("fonthint") ); - lastBranch->setNote(no); + lastBranch->getTreeItem()->setNoteObj(no); return true; }