summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-01-03 22:47:52 +0100
committerPablo Barciela <[email protected]>2019-01-03 22:49:12 +0100
commite61212ffbc8de7c5eb4601a0b417a650cfdf0e9a (patch)
treef0f94d65e33d36bfb60722cd354f47a01b60c005
parentb683362344ad14fd6ae87b628a90c9ec0180a76d (diff)
downloadengrampa-e61212ffbc8de7c5eb4601a0b417a650cfdf0e9a.tar.bz2
engrampa-e61212ffbc8de7c5eb4601a0b417a650cfdf0e9a.tar.xz
rar/unrar: Fix: "overwrite existing files" disabled must work
Fixes https://github.com/mate-desktop/engrampa/issues/243
-rw-r--r--src/fr-command-rar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-command-rar.c b/src/fr-command-rar.c
index 34a6730..2a52eed 100644
--- a/src/fr-command-rar.c
+++ b/src/fr-command-rar.c
@@ -792,7 +792,7 @@ fr_command_rar_init (FrCommand *comm)
comm->propAddCanUpdate = TRUE;
comm->propAddCanReplace = TRUE;
comm->propAddCanStoreFolders = TRUE;
- comm->propExtractCanAvoidOverwrite = FALSE;
+ comm->propExtractCanAvoidOverwrite = TRUE;
comm->propExtractCanSkipOlder = TRUE;
comm->propExtractCanJunkPaths = TRUE;
comm->propPassword = TRUE;