mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Don't pass in sleuthkit case
This commit is contained in:
parent
ba84b4c74b
commit
af882afd42
@ -205,7 +205,7 @@ class AddArchiveTask implements Runnable {
|
||||
if (c instanceof DataSource) {
|
||||
DataSource ds = (DataSource) c;
|
||||
String newName = Paths.get(archivePath).getFileName() + "/" + ds.getName();
|
||||
ds.setDisplayName(currentCase.getSleuthkitCase(), newName);
|
||||
ds.setDisplayName(newName);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user