From af3e834df39c525717585b60fcd8c7cc9545a29c Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 20 Jan 2012 18:37:11 +0100 Subject: Fix a critical bug (thanks to omaylorga) --- mat-gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mat-gui b/mat-gui index 0c047f7..550cea9 100755 --- a/mat-gui +++ b/mat-gui @@ -533,7 +533,7 @@ non-anonymised) file to output archive')) if self.liststore[line][3] != _('Clean (strict)'): # if the file is not already strict cleaned if self.force or not self.liststore[line][0].file.is_clean(): - if self.liststore[line][0].file.remove_all_ugly(): + if self.liststore[line][0].file.remove_all_strict(): # if everything went fine self.liststore[line][3] = _('Clean (strict)') if self.backup: # the backup copy state -- cgit v1.3