mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Removed the timeline changes
This commit is contained in:
parent
fb668ca392
commit
fdec1d82e6
@ -138,7 +138,7 @@ public class EventNode extends DisplayableItemNode {
|
||||
+ " The 'View File in Timeline' action will not be available."})
|
||||
public Action[] getActions(boolean context) {
|
||||
List<Action> actionsList = new ArrayList<>();
|
||||
|
||||
Collections.addAll(actionsList, super.getActions(context));
|
||||
/*
|
||||
* If this event is derived from an artifact, add actions to view the
|
||||
* source file and a "linked" file, if present.
|
||||
@ -173,9 +173,6 @@ public class EventNode extends DisplayableItemNode {
|
||||
}
|
||||
actionsList.addAll(ContextMenuExtensionPoint.getActions());
|
||||
}
|
||||
actionsList.add(null);
|
||||
Collections.addAll(actionsList, super.getActions(context));
|
||||
|
||||
return actionsList.toArray(new Action[actionsList.size()]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user