diff options
Diffstat (limited to 'mat-gui')
| -rwxr-xr-x | mat-gui | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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): |
