From 5f16b7eed798dff0d36c06bc8c2352dd621fc34b Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 20 Dec 2012 18:20:44 +0100 Subject: Also works for pdf too now --- mat-gui | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mat-gui') 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')) for i in self.liststore: # update preferences i[0].backup = self.backup i[0].add2archive = self.add2archive + if i[2].startswith('pdf'): + i[0].pdf_quality = self.pdf_quality dialog.destroy() def __invert(self, button, name): -- cgit v1.3