----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110944/ -----------------------------------------------------------
Review request for kdelibs and David Faure. Description ------- The attached patch fixes KIO::FileCopyJob job so that it sends the "modified" meta-data for move requests done through an ioslave's "copy(...)" function, i.e. ioslave has copyFromFile/copyToFile set to true. Note that this is only the job portion of the fix. Any ioslave that implements support for the aforementioned properties needs to properly set the mtime after it finishes the copying process. This addresses bug 55804. http://bugs.kde.org/show_bug.cgi?id=55804 Diffs ----- kio/kio/job.cpp 05b0e65 Diff: http://git.reviewboard.kde.org/r/110944/diff/ Testing ------- Thanks, Dawit Alemayehu