re-enable keyword search

This commit is contained in:
Dick Fickling 2012-02-16 17:27:51 -05:00
parent 73a1f84407
commit 0d76aa0e41
2 changed files with 6 additions and 1 deletions

View File

@ -598,7 +598,7 @@ public final class DirectoryTreeTopComponent extends TopComponent implements Dat
}
// set the directory listing to be active
dataResult.requestActive();
//dataResult.requestActive();
} finally {
DirectoryTreeTopComponent.this.setCursor(null);
}

View File

@ -24,5 +24,10 @@
<attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestService.getDefault"/>
<attr name="position" intvalue="200"/>
</file>
<file name="org-sleuthkit-autopsy-keywordsearch-KeywordSearchDataExplorer.instance">
<attr name="instanceOf" stringvalue="org.sleuthkit.autopsy.corecomponentinterfaces.DataExplorer"/>
<attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.keywordsearch.KeywordSearchDataExplorer.getDefault"/>
<attr name="position" intvalue="300"/>
</file>
</folder>
</filesystem>