summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser
diff options
context:
space:
mode:
authorGrant Gayed <grant_gayed@ca.ibm.com>2012-05-28 16:29:06 -0400
committerGrant Gayed <grant_gayed@ca.ibm.com>2012-05-28 16:31:34 -0400
commit0ccce2455aaf79db752792a412e87db0472b05bc (patch)
tree6837877fcf69963c5162d3895a7f5ee04d15094b /bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser
parent1587016128f120779b698d8ab37efa85ed9c8e7c (diff)
downloadeclipse.platform.swt-0ccce2455aaf79db752792a412e87db0472b05bc.tar.gz
eclipse.platform.swt-0ccce2455aaf79db752792a412e87db0472b05bc.tar.xz
eclipse.platform.swt-0ccce2455aaf79db752792a412e87db0472b05bc.zip
Bug 365280 - Combo box closes self when Mozilla Browser present
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
index c4ed39d3de..481c148c1a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/Mozilla.java
@@ -2708,11 +2708,12 @@ void onDispose (Display display) {
}
functions = null;
+ BrowserCount--;
+
delegate.onDispose (embedHandle);
delegate = null;
embedHandle = 0;
- BrowserCount--;
}
void Activate () {