[Bug 186828] next/previous file still go through the files randomly instead of alphabetically/directory order
Otto Bruggeman
bruggie at gmail.com
Wed Mar 11 21:44:12 CET 2009
https://bugs.kde.org/show_bug.cgi?id=186828
Otto Bruggeman <bruggie at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Otto Bruggeman <bruggie gmail com> 2009-03-11 21:44:11 ---
SVN commit 938418 by bruggie:
BUG: 186828 Fixed by copying some code from Qt and adapting it to my use case.
I should not store pointers in Q3ValueList, this way it is not calling the
operator< i defined but it did pointer comparison, that is why the order was so
funky. Thanks David for reporting the bug to me on IRC.
M +38 -1 diffmodellist.cpp
WebSVN link: http://websvn.kde.org/?view=rev&revision=938418
--
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 Kompare-devel
mailing list