[file-roller] fixed wrong mime type for lrzip compressed tars



commit a0b62af96ad056bece693b7598c7f0281d7d24df
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue May 4 01:30:38 2010 +0200

    fixed wrong mime type for lrzip compressed tars

 src/fr-command-tar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/fr-command-tar.c b/src/fr-command-tar.c
index 030ae21..63626c9 100644
--- a/src/fr-command-tar.c
+++ b/src/fr-command-tar.c
@@ -1107,7 +1107,7 @@ fr_command_tar_get_packages (FrCommand  *comm,
 		return PACKAGES ("tar,bzip2");
 	else if (is_mime_type (mime_type, "application/x-tarz"))
 		return PACKAGES ("tar,gzip,ncompress");
-	else if (is_mime_type (mime_type, "application/x-lzip-compressed-tar"))
+	else if (is_mime_type (mime_type, "application/x-lrzip-compressed-tar"))
 		return PACKAGES ("tar,lrzip");
 	else if (is_mime_type (mime_type, "application/x-lzip-compressed-tar"))
 		return PACKAGES ("tar,lzip");



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