xml-vym.cpp
changeset 772 e3f722759c7e
parent 768 382a444f5b0c
child 773 340bc29da9a0
     1.1 --- a/xml-vym.cpp	Mon May 18 11:22:41 2009 +0000
     1.2 +++ b/xml-vym.cpp	Wed May 20 15:40:14 2009 +0000
     1.3 @@ -356,8 +356,7 @@
     1.4  
     1.5  bool parseVYMHandler::readBranchAttr (const QXmlAttributes& a)	//FIXME-2
     1.6  {
     1.7 -	branchesCurrent++;
     1.8 -	mainWindow->setProgressValue (branchesCurrent);
     1.9 +	mainWindow->setProgressValue (branchesCurrent++);
    1.10  
    1.11  	if (!readOOAttr(a)) return false;
    1.12