summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
Diffstat (limited to 'mat-gui')
-rwxr-xr-xmat-gui3
1 files changed, 3 insertions, 0 deletions
diff --git a/mat-gui b/mat-gui
index 79807b2..e19ac17 100755
--- a/mat-gui
+++ b/mat-gui
@@ -436,6 +436,9 @@ non-anonymised) file to output archive'))
436 self.force = not self.force 436 self.force = not self.force
437 elif name == 'backup': 437 elif name == 'backup':
438 self.backup = not self.backup 438 self.backup = not self.backup
439 for line in xrange(len(self.liststore)):
440 # change the "backup" property of all files
441 self.liststore[line][0].file.backup = self.backup
439 self.treeview.get_column(3).set_visible(self.backup) 442 self.treeview.get_column(3).set_visible(self.backup)
440 elif name == 'add2archive': 443 elif name == 'add2archive':
441 self.add2archive = not self.add2archive 444 self.add2archive = not self.add2archive