summaryrefslogtreecommitdiff
path: root/src/fr-command-unarchiver.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-08-03 02:41:00 +0200
committerZenWalker <[email protected]>2018-08-22 03:26:46 +0200
commitc587ae127cf0d6fee6b7e8c21bbe1c903faac13c (patch)
tree98df210a6dd79b4a4b6c9760663946c8c2a10939 /src/fr-command-unarchiver.c
parent10e665ff9b410553582f3764674fabe8d6a3e246 (diff)
downloadengrampa-c587ae127cf0d6fee6b7e8c21bbe1c903faac13c.tar.bz2
engrampa-c587ae127cf0d6fee6b7e8c21bbe1c903faac13c.tar.xz
Add the ability to support 'unar' over .zip archives
Closes https://github.com/mate-desktop/engrampa/issues/210
Diffstat (limited to 'src/fr-command-unarchiver.c')
-rw-r--r--src/fr-command-unarchiver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-command-unarchiver.c b/src/fr-command-unarchiver.c
index 8e78dd2..fc5ed21 100644
--- a/src/fr-command-unarchiver.c
+++ b/src/fr-command-unarchiver.c
@@ -248,7 +248,8 @@ fr_command_unarchiver_handle_error (FrCommand *comm,
}
-const char *unarchiver_mime_type[] = { "application/x-cbr",
+const char *unarchiver_mime_type[] = { "application/zip",
+ "application/x-cbr",
"application/x-rar",
NULL };