anthonyfieroni added inline comments.

INLINE COMMENTS

> kcompositejob.cpp:104
>          setErrorText(job->errorText());
> -        emitResult();
> +        // Finish this KCompositeJob only if it has no subjobs
> +        if (d->subjobs.isEmpty()) {

David mean to finish job on first error, i.e. to not change this behavior. Can 
you verify that without empty check here and in KIO bug is fixed?

REPOSITORY
  R244 KCoreAddons

REVISION DETAIL
  https://phabricator.kde.org/D9004

To: jtamate, #frameworks, dfaure, anthonyfieroni
Cc: anthonyfieroni

Reply via email to