diff -r 9db215a4ad53 -r 5987f9f15bac mainwindow.cpp --- a/mainwindow.cpp Mon Jul 27 12:53:17 2009 +0000 +++ b/mainwindow.cpp Mon Aug 03 10:42:12 2009 +0000 @@ -3248,7 +3248,7 @@ void Main::changeSelection (VymModel *model, const QItemSelection &newsel, const QItemSelection &oldsel) { - branchPropertyWindow->setModel (model ); //FIXME-2 this used to be called from BranchObj::select(). Maybe use signal now... + branchPropertyWindow->setModel (model ); //FIXME-3 this used to be called from BranchObj::select(). Maybe use signal now... if (model && model==currentModel() ) { @@ -3363,7 +3363,7 @@ { if (selbi) { - // Take care of links // FIXME-1 + // Take care of links // updateActions: FIXME-1 /* if (bo->countXLinks()==0) {