summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
Diffstat (limited to 'mat-gui')
-rwxr-xr-xmat-gui2
1 files changed, 2 insertions, 0 deletions
diff --git a/mat-gui b/mat-gui
index a3f7040..de26cc8 100755
--- a/mat-gui
+++ b/mat-gui
@@ -490,6 +490,8 @@ non-anonymised) file to output archive'))
490 for i in self.liststore: # update preferences 490 for i in self.liststore: # update preferences
491 i[0].backup = self.backup 491 i[0].backup = self.backup
492 i[0].add2archive = self.add2archive 492 i[0].add2archive = self.add2archive
493 if i[2].startswith('pdf'):
494 i[0].pdf_quality = self.pdf_quality
493 dialog.destroy() 495 dialog.destroy()
494 496
495 def __invert(self, button, name): 497 def __invert(self, button, name):