Revision 8c2bf14...

Go back to digest for 10th February 2013

Bug Fixes in KDE-PIM

Christian Mollekopf committed changes in [kdepim/KDE/4.10] libkdepim/addresseelineedit.cpp:

Fix displaying of contacts found in the addressbook.

completion->allMatches doesn't provide all the necessary search results resulting in at least some cases in some search results not being displayed.
completions->substringCompletion on the other hand always provides the right results.
I'm not sure why the code is that complex (not sure what problem it's trying to solve), nor if anything else breaks with that change, but I don't think so.

File Changes

Modified 1 files
  • libkdepim/addresseelineedit.cpp
1 files changed in total