diff options
Diffstat (limited to 'mat-gui')
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -533,7 +533,7 @@ non-anonymised) file to output archive')) | |||
| 533 | if self.liststore[line][3] != _('Clean (strict)'): | 533 | if self.liststore[line][3] != _('Clean (strict)'): |
| 534 | # if the file is not already strict cleaned | 534 | # if the file is not already strict cleaned |
| 535 | if self.force or not self.liststore[line][0].file.is_clean(): | 535 | if self.force or not self.liststore[line][0].file.is_clean(): |
| 536 | if self.liststore[line][0].file.remove_all_ugly(): | 536 | if self.liststore[line][0].file.remove_all_strict(): |
| 537 | # if everything went fine | 537 | # if everything went fine |
| 538 | self.liststore[line][3] = _('Clean (strict)') | 538 | self.liststore[line][3] = _('Clean (strict)') |
| 539 | if self.backup: # the backup copy state | 539 | if self.backup: # the backup copy state |
