diff -r 1b4d1ea6ea8c -r 54d44ecd6097 branchobj.cpp --- a/branchobj.cpp Fri Mar 06 15:02:58 2009 +0000 +++ b/branchobj.cpp Thu Mar 19 11:45:28 2009 +0000 @@ -1537,7 +1537,8 @@ void BranchObj::select() // FIXME try to get rid of this in BO completely { - // update NoteEditor + cout << "BO::select()\n"; + // update NoteEditor FIXME do this via VymView::changeSelection textEditor->setText(note.getNote() ); QString fnh=note.getFilenameHint(); if (fnh!="") @@ -1550,11 +1551,12 @@ // set selected and visible LinkableMapObj::select(); - //if (po) po->setLastSelectedBranch(this); + //if (po) po->setLastSelectedBranch(this); FIXME needed? // temporary unscroll, if we have scrolled parents somewhere if (parObj) ((BranchObj*)(parObj))->tmpUnscroll(); + /* FIXME moved to vymmodel or vymview... // Show URL and link in statusbar QString status; if (!url.isEmpty()) status+="URL: "+url+" "; @@ -1566,6 +1568,7 @@ // Update actions model->updateActions(); + */ } void BranchObj::unselect()