Fix delete on header-encrypted archives
ClosedPublic

Authored by elvisangelaccio on May 3 2016, 5:54 PM.

Details

Reviewers
rthomsen
Summary

We were just ignoring the password prompt. Now we use the password switch (since we already know the password).

Test Plan

Deleting entries from header-encrypted archives now works.

Diff Detail

Repository
R36 Ark
Lint
Lint Skipped
Unit
Unit Tests Skipped
elvisangelaccio retitled this revision from to Fix delete on header-encrypted archives.
elvisangelaccio updated this object.
elvisangelaccio edited the test plan for this revision. (Show Details)
elvisangelaccio added a reviewer: rthomsen.
elvisangelaccio set the repository for this revision to R36 Ark.
elvisangelaccio added a project: Ark.
elvisangelaccio added a subscriber: kde-utils-devel.
rthomsen requested changes to this revision.May 3 2016, 5:59 PM
rthomsen edited edge metadata.
rthomsen added inline comments.
kerfuffle/cliinterface.cpp
765–774

Do we really need a separate function for this? It seems to be only called once...

This revision now requires changes to proceed.May 3 2016, 5:59 PM
elvisangelaccio edited edge metadata.

Dropped redundant function

rthomsen accepted this revision.May 3 2016, 6:13 PM
rthomsen edited edge metadata.

Ship it! :)

This revision is now accepted and ready to land.May 3 2016, 6:13 PM

Closed with cdcd6c1.

kerfuffle/cliinterface.cpp
765–774

Yeah, indeed (I just copy-pasted from copyFilesList, which is also called only once...)