Revision c87b460...

Go back to digest for 3rd March 2013

Bug Fixes in KDE-PIM

Martin Koller committed changes in [kdepim/KDE/4.10] mailcommon/foldertreewidgetproxymodel.cpp:

make sure the messagelist only shows selected folders

When the folder tree is filtered and the currently shown folder is
now no longer in the folder tree, the automatic deselection did not work
because the hidden folders were set to not-selectable and not-enabled,
but QItemSelection can only deselect selectable and enabled items.
This led to the problem that we saw the old selected folder and any
newly selected folder intermixed in the messagelist.

File Changes

Modified 1 files
  • mailcommon/foldertreewidgetproxymodel.cpp
1 files changed in total