branchobj.cpp
branchqt4-port
changeset 7 84f76a3876d7
parent 2 608f976aa7bb
child 17 557239819c45
     1.1 --- a/branchobj.cpp	Wed Jun 14 14:43:18 2006 +0000
     1.2 +++ b/branchobj.cpp	Tue Jul 04 12:10:56 2006 +0000
     1.3 @@ -791,6 +791,11 @@
     1.4  	// save names of flags set
     1.5  	s+=standardFlags->saveToDir(tmpdir,prefix,0);
     1.6  	
     1.7 +	// Save FloatImages
     1.8 +	FloatImageObj *fio;
     1.9 +	for (fio=floatimage.first(); fio; fio=floatimage.next() )
    1.10 +		s+=fio->saveToDir (tmpdir,prefix,offset);
    1.11 +
    1.12  	// save note
    1.13  	if (!note.isEmpty() )
    1.14  		s+=note.saveToDir();
    1.15 @@ -800,11 +805,6 @@
    1.16      for (bo=branch.first(); bo; bo=branch.next() )
    1.17  		s+=bo->saveToDir(tmpdir,prefix,offset);
    1.18  
    1.19 -	// Save FloatImages
    1.20 -	FloatImageObj *fio;
    1.21 -	for (fio=floatimage.first(); fio; fio=floatimage.next() )
    1.22 -		s+=fio->saveToDir (tmpdir,prefix,offset);
    1.23 -
    1.24  	// Save XLinks
    1.25  	XLinkObj *xlo;
    1.26  	//FIXME exponential increase in xlinks...