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 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):