From bbe17fd511b5890fb4554447e23d666f6c13b745 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 15 Jan 2014 02:42:39 +0000 Subject: Add support for zipfiles! --- mat-gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mat-gui') diff --git a/mat-gui b/mat-gui index de0da83..ba252b6 100755 --- a/mat-gui +++ b/mat-gui @@ -410,7 +410,7 @@ non-anonymised) file to output archive')) unsupported_list = self.liststore[line][0].file.list_unsupported() if unsupported_list: list_to_add = self.__popup_archive(unsupported_list) - if self.liststore[line][0].file.remove_all(list_to_add): + if self.liststore[line][0].file.remove_all(whitelist=list_to_add): self.liststore[line][2] = _('Clean') elif self.liststore[line][0].file.remove_all(): self.liststore[line][2] = _('Clean') -- cgit v1.3