Revision 1f6d6cf...
Go back to digest for 17th March 2013Bug Fixes in KDE Base
David Faure committed changes in [kdelibs/KDE/4.10] /:
Fix KDirWatch to emit dirty on parent dir when watched subdir is deleted
In Inotify mode, there's a special event for the case where a watched
dir is deleted ("IN_DELETESELF"). In the handling of that event, we must
still set the parent directory to dirty, in case another KDirWatch
only cares for the parent.
Excellent unit test by Frank Reininghaus, as usual -- thanks!
FIXED-IN: 4.10.2
File Changes
Modified 3 files
- kdecore/io/kdirwatch.cpp
- kio/tests/kdirlistertest.cpp
- kio/tests/kdirlistertest.h
3 files changed in total