Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into search_improvements_merge

This commit is contained in:
esaunders 2017-02-28 12:50:57 -05:00
commit 8cac136fc5

View File

@ -243,6 +243,7 @@ public class CueBannerPanel extends javax.swing.JPanel {
private void openRecentButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_openRecentButtonActionPerformed private void openRecentButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_openRecentButtonActionPerformed
recentCasesWindow.setLocationRelativeTo(WindowManager.getDefault().getMainWindow()); recentCasesWindow.setLocationRelativeTo(WindowManager.getDefault().getMainWindow());
OpenRecentCasePanel.getInstance(); //refreshes the recent cases table
recentCasesWindow.setVisible(true); recentCasesWindow.setVisible(true);
}//GEN-LAST:event_openRecentButtonActionPerformed }//GEN-LAST:event_openRecentButtonActionPerformed