diff --git a/app/src/main/groovy/jd/gui/view/component/panel/MainTabbedPanel.groovy b/app/src/main/groovy/jd/gui/view/component/panel/MainTabbedPanel.groovy index 74cf60ad..4d6dbe7f 100644 --- a/app/src/main/groovy/jd/gui/view/component/panel/MainTabbedPanel.groovy +++ b/app/src/main/groovy/jd/gui/view/component/panel/MainTabbedPanel.groovy @@ -139,7 +139,7 @@ class MainTabbedPanel extends TabbedPanel implements UriOpenable, PageChangeList // Search & display main tab def page = showPage(uri) if (page) { - if (page instanceof UriOpenable) { + if (!uri.equals(page.uri) && (page instanceof UriOpenable)) { // Enable page changed event pageChangedListenersEnabled = true // Search & display sub tab