summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fr-command-7z.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c
index e3230a7..ffccc94 100644
--- a/src/fr-command-7z.c
+++ b/src/fr-command-7z.c
@@ -422,6 +422,8 @@ fr_command_7z_delete (FrCommand *comm,
if (g_str_has_prefix (scan->data, "@"))
fr_process_add_arg_concat (comm->process, "-i!", scan->data, NULL);
+ add_password_arg (comm, FR_COMMAND (comm)->password, FALSE);
+
fr_process_add_arg (comm->process, "--");
fr_process_add_arg (comm->process, comm->filename);