summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
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 cc0fc7d..d5c1815 100755
--- a/mat-gui
+++ b/mat-gui
@@ -406,7 +406,7 @@ non-anonymised) file to output archive'))
406 def __mat_clean(self, iterator): 406 def __mat_clean(self, iterator):
407 ''' Clean elements in iterator ''' 407 ''' Clean elements in iterator '''
408 for line in iterator: # for each file in selection 408 for line in iterator: # for each file in selection
409 msg = _('Cleaning %s') % self.liststore[line][2].decode('utf-8', 'replace') 409 msg = _('Cleaning %s') % self.liststore[line][1].decode('utf-8', 'replace')
410 logging.info(msg) 410 logging.info(msg)
411 self.statusbar.push(0, msg) 411 self.statusbar.push(0, msg)
412 if isinstance(self.liststore[line][0].file, archive.GenericArchiveStripper): 412 if isinstance(self.liststore[line][0].file, archive.GenericArchiveStripper):