[kio_applications] Fix last dir item being shown twice
ClosedPublic

Authored by kossebau on Feb 1 2019, 2:18 PM.

Details

Summary

During porting to the new KIO::SlaveBase::listEntry() API accidentally
the listEntry(entry, true) was turned into a listEntry(), where it
should have been just removed in favour of an existing finished() call.
See 0853202b0cfb688add4f021708830710e1b84931

Test Plan

applications: and programs: no longer show the last entry twice

Diff Detail

Repository
R120 Plasma Workspace
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kossebau created this revision.Feb 1 2019, 2:18 PM
Restricted Application added a project: Plasma. · View Herald TranscriptFeb 1 2019, 2:18 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
kossebau requested review of this revision.Feb 1 2019, 2:18 PM
chinmoyr accepted this revision.Feb 5 2019, 3:31 PM
This revision is now accepted and ready to land.Feb 5 2019, 3:31 PM
This revision was automatically updated to reflect the committed changes.