Fix regression when pasting binary data from clipboard
ClosedPublic

Authored by elvisangelaccio on Jun 4 2018, 7:49 PM.

Details

Summary

Commit b73355da3f broke pasting of binary data when the destination does
not already exist. If the StatJob fails, we need to use the URL provided
as user input, rather than an empty URL.

Test Plan

Paste something from clipboard in dolphin.

Diff Detail

Repository
R241 KIO
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
elvisangelaccio created this revision.Jun 4 2018, 7:49 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJun 4 2018, 7:49 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
elvisangelaccio requested review of this revision.Jun 4 2018, 7:49 PM
dfaure accepted this revision.Jun 5 2018, 8:52 AM

Heh, indeed.

This revision is now accepted and ready to land.Jun 5 2018, 8:52 AM
This revision was automatically updated to reflect the committed changes.

@dfaure Can you respin the kio tarball with this commit?