[file-roller] zip: added ear and war to the supported types list



commit dff4421c99647bb01b5c89de4799a18b6e13858c
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Dec 10 16:06:57 2013 +0100

    zip: added ear and war to the supported types list

 src/fr-command-zip.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/fr-command-zip.c b/src/fr-command-zip.c
index 21e029a..19665bf 100644
--- a/src/fr-command-zip.c
+++ b/src/fr-command-zip.c
@@ -379,7 +379,9 @@ fr_command_zip_handle_error (FrCommand *comm,
 
 
 const char *zip_mime_type[] = { "application/x-cbz",
+                               "application/x-ear",
                                "application/x-ms-dos-executable",
+                               "application/x-war",
                                "application/zip",
                                NULL };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]