diff -r 6b0a5f4923d3 -r cf634bbf9e04 branchitem.h --- a/branchitem.h Thu Sep 17 09:41:09 2009 +0000 +++ b/branchitem.h Wed Sep 23 11:59:54 2009 +0000 @@ -33,8 +33,8 @@ virtual bool toggleScroll(); // scroll or unscroll virtual bool isScrolled(); // returns scroll state virtual bool hasScrolledParent(BranchItem*); // true, if any of the parents is scrolled - virtual void tmpUnscroll(); // unscroll scrolled parents temporary e.g. during "find" process - virtual void resetTmpUnscroll(); // scroll all tmp scrolled parents again e.g. when unselecting + virtual bool tmpUnscroll(); // unscroll scrolled parents temporary e.g. during "find" process + virtual bool resetTmpUnscroll(); // scroll all tmp scrolled parents again e.g. when unselecting virtual void sortChildren(); //! Sort children protected: