summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
authorjvoisin2012-12-20 18:04:44 +0100
committerjvoisin2012-12-20 18:05:20 +0100
commit6be21f0acb7c540fad89b6c0b9b54197a435238f (patch)
treea56b9b1c512e26ca365367d9643402f10d7c11a7 /mat-gui
parent99f982f844aa75cfd895e16bc6f3dcac778e31ac (diff)
Changing options if now also effective on added files too
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 05bde66..e6601cf 100755
--- a/mat-gui
+++ b/mat-gui
@@ -480,6 +480,9 @@ non-anonymised) file to output archive'))
480 hbox.show_all() 480 hbox.show_all()
481 response = dialog.run() 481 response = dialog.run()
482 if response is 0: # gtk.STOCK_OK 482 if response is 0: # gtk.STOCK_OK
483 for i in self.liststore: # update preferences
484 i[0].backup = self.backup
485 i[0].add2archive = self.add2archive
483 dialog.destroy() 486 dialog.destroy()
484 487
485 def __invert(self, button, name): 488 def __invert(self, button, name):