Author: adietish
Date: 2012-02-16 13:37:50 -0500 (Thu, 16 Feb 2012)
New Revision: 38841
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
Log:
fixing widget disposed error that was put to log before
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-02-16
18:19:57 UTC (rev 38840)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-02-16
18:37:50 UTC (rev 38841)
@@ -666,7 +666,7 @@
if(result != Dialog.OK) {
final IWizardContainer container = getWizard().getContainer();
if(container instanceof WizardDialog) {
- dbc.dispose();
+ event.doit = false;
((WizardDialog)container).close();
}
}
Show replies by date