Revision 74b0d33...

Go back to digest for 27th January 2013

Bug Fixes in KDE Base

David Faure committed changes in [kdelibs/KDE/4.10] /:

Fix dirwatching being stopped when using KIO::moveAs().

CopyJob calls stopDirScan to avoid notification storm (it uses KDirNotify
i.e. DBus to notify of the operation instead), and forgot to call
restartDirScan in the precise case of direct renaming. Moving a '}' fixed it.

With many thanks to Frank Reininghaus for another great unittest!


FIXED-IN: 4.10

File Changes

Modified 3 files
  •   kio/kio/copyjob.cpp
  •   kio/tests/kdirlistertest.cpp
  •   kio/tests/kdirlistertest.h
3 files changed in total