Author: adietish
Date: 2012-02-17 08:51:24 -0500 (Fri, 17 Feb 2012)
New Revision: 38872
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
Log:
not clearing the application form (as requested by max)
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-17
13:35:07 UTC (rev 38871)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-02-17
13:51:24 UTC (rev 38872)
@@ -319,9 +319,9 @@
Object newValue = event.diff.getNewValue();
if (newValue instanceof Boolean) {
Boolean useExisting = (Boolean) newValue;
- if (!useExisting) {
- resetExistingApplication();
- }
+// if (!useExisting) {
+// resetExistingApplication();
+// }
enableApplicationWidgets(useExisting);
}
}
Show replies by date