diff options
| author | jvoisin | 2012-12-20 18:04:44 +0100 |
|---|---|---|
| committer | jvoisin | 2012-12-20 18:05:20 +0100 |
| commit | 6be21f0acb7c540fad89b6c0b9b54197a435238f (patch) | |
| tree | a56b9b1c512e26ca365367d9643402f10d7c11a7 | |
| parent | 99f982f844aa75cfd895e16bc6f3dcac778e31ac (diff) | |
Changing options if now also effective on added files too
| -rwxr-xr-x | mat-gui | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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): |
