Revision 82a5995...

Go back to digest for 7th October 2012

Bug Fixes in KDE Base

Jacopo De Simoi committed changes in [kde-runtime] plasma/declarativeimports/core/datamodel.cpp:

Remove noop check in setSortRole

The noop check m_sortRole == role has to be removed
because the hash table m_roleIds can change between two calls to
setSortRole (as it actually happens when resync the hash table).

Possibly one could perform a more clever check (i.e. adding some
m_invalidated flag which would override the check), but I am not sure it is
really worth it.

This fixes sorting issues in the Plasma Device Notifier

File Changes

Modified 1 files
  • plasma/declarativeimports/core/datamodel.cpp
1 files changed in total