diff -r 008e72977ab8 -r edb78a44240b branchobj.cpp --- a/branchobj.cpp Thu Mar 26 07:50:32 2009 +0000 +++ b/branchobj.cpp Tue Mar 31 15:36:10 2009 +0000 @@ -56,7 +56,7 @@ model->stopAnimation (this); } - cout << "Destr BranchObj of "<tmpUnscroll(); - /* moved to vymmodel or vymview... + //moved to vymmodel or vymview... // Show URL and link in statusbar QString status; if (!url.isEmpty()) status+="URL: "+url+" "; @@ -1414,20 +1415,20 @@ // Update actions model->updateActions(); +} */ -} +/* void BranchObj::unselect() //FIXME-3 should not be needed { + cout << "BO::unselect()\n"; LinkableMapObj::unselect(); // Delete any messages like vymLink in StatusBar mainWindow->statusMessage (""); //this causes segfault, when MainWindow is already gone in global destructor on quitting vym -/* // Save current note if (isNoteInEditor) getNoteFromTextEditor(); isNoteInEditor=false; -*/ // reset temporary unscroll, if we have scrolled parents somewhere if (parObj) ((BranchObj*)(parObj))->resetTmpUnscroll(); @@ -1438,6 +1439,7 @@ // unselect all buttons in toolbar standardFlagsDefault->updateToolbar(); } +*/ QString BranchObj::getSelectString() {