Revision c06dae1...

Go back to digest for 29th April 2012

Bug Fixes in KDE Base

Peter Penz committed changes in [kde-baseapps] /src/views:

Never pass null-items to version-control-plugins

Some plugins are not prepared for this and might crash. Although
the additional check in VersionControlObserver::actions() should not
be necessary because of the fix in DolphinView, it is left here
to catch potential other cases where a null-item might get passed
accidently.

Thanks to Ilya for initially patching the Box-plugin which gave
a hint whats going wrong.


FIXED-IN: 4.9.0

File Changes

Modified 2 files
  • /src/views
  •   dolphin/dolphinview.cpp
  •   dolphin/versioncontrol/versioncontrolobserver.cpp
2 files changed in total