[Bug 223816] Jump to folder dialog does not work

Till Adam adam at kde.org
Sat Feb 6 20:34:27 GMT 2010


https://bugs.kde.org/show_bug.cgi?id=223816


Till Adam <adam at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Till Adam <adam kde org>  2010-02-06 21:34:25 ---
SVN commit 1086299 by tilladam:

Ensure that we'll find a valid collection index, from an id.

There are optimizations in ETM and the proxies above it that allow
searces by collection id to be fast. In those cases, the start index
parameter to match is ignored. If one of the proxies in between does not
prooperly forward, though, as is currently the case, we have to ensure
we'll still find something, so use a working start index and recursive
searching by default. If the optimization hits, this'll cause no
additional load, and if not, it'll be more correct.

BUG: 223816
CCMAIL: stephen at kdab.com

 M  +2 -4      folderselectiontreeview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1086299

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list