diff options
| author | jvoisin | 2012-12-20 18:20:44 +0100 |
|---|---|---|
| committer | jvoisin | 2012-12-20 18:20:44 +0100 |
| commit | 5f16b7eed798dff0d36c06bc8c2352dd621fc34b (patch) | |
| tree | bac95c71947b9de8f0ea85dc0147c491ddfd5c6f /mat-gui | |
| parent | ce6c61bd56b126742cc95435945c13bfa8671b28 (diff) | |
Also works for pdf too now
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): |
