diff -r 01f2f6d6789d -r e3f722759c7e xml-vym.cpp --- a/xml-vym.cpp Mon May 18 11:22:41 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;