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:47:52 +0100
commit647645d163671b8079fae88251569c6d6b82805a (patch)
tree99025d36d528f6ac6e86644c96ef66245c60643d
parent97717827bf11c17c0643c0bd0a50305e17468c7e (diff)
downloadengrampa-647645d163671b8079fae88251569c6d6b82805a.tar.bz2
engrampa-647645d163671b8079fae88251569c6d6b82805a.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;