diff -r 25e634a7e1dc -r 8acac4fade1b mainwindow.cpp --- a/mainwindow.cpp Mon Jun 08 11:36:56 2009 +0000 +++ b/mainwindow.cpp Mon Jun 29 10:27:42 2009 +0000 @@ -3249,7 +3249,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-2 this used to be called from BranchObj::select(). Maybe use signal now... if (model && model==currentModel() ) {