mainwindow.cpp
changeset 785 5987f9f15bac
parent 782 ffb02a9bb508
child 786 6269016c9905
     1.1 --- a/mainwindow.cpp	Mon Jul 27 12:53:17 2009 +0000
     1.2 +++ b/mainwindow.cpp	Mon Aug 03 10:42:12 2009 +0000
     1.3 @@ -3248,7 +3248,7 @@
     1.4  
     1.5  void Main::changeSelection (VymModel *model, const QItemSelection &newsel, const QItemSelection &oldsel)
     1.6  {
     1.7 -	branchPropertyWindow->setModel (model ); //FIXME-2 this used to be called from BranchObj::select(). Maybe use signal now...
     1.8 +	branchPropertyWindow->setModel (model ); //FIXME-3 this used to be called from BranchObj::select(). Maybe use signal now...
     1.9  
    1.10  	if (model && model==currentModel() )
    1.11  	{
    1.12 @@ -3363,7 +3363,7 @@
    1.13  		{
    1.14  			if (selbi)
    1.15  			{
    1.16 -				// Take care of links  // FIXME-1
    1.17 +				// Take care of links  // updateActions: FIXME-1
    1.18  				/*
    1.19  				if (bo->countXLinks()==0)
    1.20  				{