diff --git a/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/GeolocationPanel.java b/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/GeolocationPanel.java index fc221cbca3..5bf4efceb4 100644 --- a/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/GeolocationPanel.java +++ b/Core/src/org/sleuthkit/autopsy/datasourcesummary/ui/GeolocationPanel.java @@ -223,6 +223,9 @@ public class GeolocationPanel extends BaseDataSourceSummaryPanel { * common table). */ private void openGeolocationWindow(DataSource dataSource, Integer daysLimit) { + // notify dialog (if in dialog) should close. + notifyParentClose(); + // set the filter TopComponent topComponent = WindowManager.getDefault().findTopComponent(GeolocationTopComponent.class.getSimpleName()); if (topComponent instanceof GeolocationTopComponent) {