diff -r 382a444f5b0c -r e3f722759c7e xml-vym.cpp --- a/xml-vym.cpp Thu May 14 12:42:58 2009 +0000 +++ b/xml-vym.cpp Wed May 20 15:40:14 2009 +0000 @@ -356,8 +356,7 @@ bool parseVYMHandler::readBranchAttr (const QXmlAttributes& a) //FIXME-2 { - branchesCurrent++; - mainWindow->setProgressValue (branchesCurrent); + mainWindow->setProgressValue (branchesCurrent++); if (!readOOAttr(a)) return false;