Revision 998954d...

Go back to digest for 11th August 2013

Bug Fixes in KDE Base

Frank Reininghaus committed changes in [kde-baseapps] dolphin/src/kitemviews/private/kitemlistsizehintresolver.cpp:

Fix possible out of range error inKItemListSizeHintResolver::itemsMoved

The function assumes implicitly that the moved range always starts with
the index 0. This is indeed the case at the moment, but it might make
sense to change that in the future. This commit prevents that we get an
out of range problem then.

Thanks to Emmanuel Pescosta for finding this problem, see
https://git.reviewboard.kde.org/r/111808/

File Changes

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