1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Merge pull request #1592 from APriestman/hashSettings

Update the "always calculate hashes" setting when the Hash Lookup set…
This commit is contained in:
Richard Cordovano
2015-09-24 16:02:43 -04:00

View File

@@ -166,6 +166,7 @@ public final class HashLookupModuleSettingsPanel extends IngestModuleIngestJobSe
void reset(HashLookupModuleSettings newSettings) {
initializeHashSetModels(newSettings);
alwaysCalcHashesCheckbox.setSelected(newSettings.shouldCalculateHashes());
knownHashSetsTableModel.fireTableDataChanged();
knownBadHashSetsTableModel.fireTableDataChanged();
}