Revision 11fd0f2...

Go back to digest for 16th June 2013

Bug Fixes in KDE Base

Aaron J. Seigo committed changes in [kde-workspace] libs/taskmanager/taskmanager.cpp:

don't crash when the list is empty

the do/while construct would die on an empty list. in theory this
shouldn't happen because we are asking with a Task pointer which
should only exist if there are, well, windows. however, due to the
async nature of windowing systems, during the time of the call all
of this can change.

File Changes

Modified 1 files
  • libs/taskmanager/taskmanager.cpp
1 files changed in total