summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
authorjvoisin2012-01-21 23:54:50 +0100
committerjvoisin2012-01-21 23:54:50 +0100
commitca744afeffde81b8e71ad7b6763ba0573ffad752 (patch)
treea13346df2f09dca582a95470ad1254e8752382f6 /mat-gui
parent254c3bf30152d9facfb4829385212d4002cd5e2b (diff)
parentaf3e834df39c525717585b60fcd8c7cc9545a29c (diff)
Merge branch 'master' of ssh://git-rw.torproject.org/user/jvoisin/mat
Diffstat (limited to 'mat-gui')
-rwxr-xr-xmat-gui2
1 files changed, 1 insertions, 1 deletions
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'))
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