mainwindow.cpp
changeset 739 3d43b46a8564
parent 735 84ae10f6e3a3
child 742 54d44ecd6097
     1.1 --- a/mainwindow.cpp	Fri Jan 30 09:14:12 2009 +0000
     1.2 +++ b/mainwindow.cpp	Wed Feb 04 11:52:52 2009 +0000
     1.3 @@ -2871,9 +2871,9 @@
     1.4  	if (m)
     1.5  	{
     1.6  		BranchObj *bo=m->getSelectedBranch();
     1.7 +		prevSelection=m->getSelectString(bo);
     1.8  		BranchObj *newbo=m->addNewBranch(0);
     1.9  
    1.10 -		prevSelection=m->getSelectString(bo);
    1.11  		if (newbo) 
    1.12  			m->select (newbo);
    1.13  		else