From ea2fce7e6671f6b988ab012be0a08cce9cf9ca17 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 20 Sep 2011 10:55:51 +0200 Subject: Proper handling of the "backup" state of already-added files --- mat-gui | 3 +++ 1 file changed, 3 insertions(+) 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')) self.force = not self.force elif name == 'backup': self.backup = not self.backup + for line in xrange(len(self.liststore)): + # change the "backup" property of all files + self.liststore[line][0].file.backup = self.backup self.treeview.get_column(3).set_visible(self.backup) elif name == 'add2archive': self.add2archive = not self.add2archive -- cgit v1.3