From 6be21f0acb7c540fad89b6c0b9b54197a435238f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 20 Dec 2012 18:04:44 +0100 Subject: Changing options if now also effective on added files too --- mat-gui | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mat-gui') diff --git a/mat-gui b/mat-gui index 05bde66..e6601cf 100755 --- a/mat-gui +++ b/mat-gui @@ -480,6 +480,9 @@ non-anonymised) file to output archive')) hbox.show_all() response = dialog.run() if response is 0: # gtk.STOCK_OK + for i in self.liststore: # update preferences + i[0].backup = self.backup + i[0].add2archive = self.add2archive dialog.destroy() def __invert(self, button, name): -- cgit v1.3