Revision 292e11f...

Go back to digest for 18th August 2013

Bug Fixes in KDE Base

Frank Reininghaus committed changes in [kde-baseapps/KDE/4.11] dolphin/src/kitemviews/kitemlistview.cpp:

Fix crash when disabling "Show in groups"

The problem was that items are removed from m_visibleGroups while
a QMutableHashIterator iterates over this hash, such that the iterator
can become invalid. The solution is to use a QHashIterator instead,
which takes a copy of the hash. Therefore, it is not affected if
m_visibleGroups is modified in any way.


FIXED-IN: 4.11.1
REVIEW: 111919

File Changes

Modified 1 files
  • dolphin/src/kitemviews/kitemlistview.cpp
1 files changed in total