diff options
| author | jvoisin | 2014-01-15 02:42:39 +0000 |
|---|---|---|
| committer | jvoisin | 2014-01-15 02:42:39 +0000 |
| commit | bbe17fd511b5890fb4554447e23d666f6c13b745 (patch) | |
| tree | 5651c76da1d23ca80b252097ca1eb7880e8cf863 /mat-gui | |
| parent | 5e65094084c75a9372f529a3387b072a84bf254a (diff) | |
Add support for zipfiles!
Diffstat (limited to 'mat-gui')
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -410,7 +410,7 @@ non-anonymised) file to output archive')) | |||
| 410 | unsupported_list = self.liststore[line][0].file.list_unsupported() | 410 | unsupported_list = self.liststore[line][0].file.list_unsupported() |
| 411 | if unsupported_list: | 411 | if unsupported_list: |
| 412 | list_to_add = self.__popup_archive(unsupported_list) | 412 | list_to_add = self.__popup_archive(unsupported_list) |
| 413 | if self.liststore[line][0].file.remove_all(list_to_add): | 413 | if self.liststore[line][0].file.remove_all(whitelist=list_to_add): |
| 414 | self.liststore[line][2] = _('Clean') | 414 | self.liststore[line][2] = _('Clean') |
| 415 | elif self.liststore[line][0].file.remove_all(): | 415 | elif self.liststore[line][0].file.remove_all(): |
| 416 | self.liststore[line][2] = _('Clean') | 416 | self.liststore[line][2] = _('Clean') |
