[jbosstools-commits] JBoss Tools SVN: r36004 - branches/jbosstools-3.3.0.M4/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Oct 26 03:40:33 EDT 2011
Author: rob.stryker at jboss.com
Date: 2011-10-26 03:40:32 -0400 (Wed, 26 Oct 2011)
New Revision: 36004
Modified:
branches/jbosstools-3.3.0.M4/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressPublishMethod.java
Log:
JBIDE-10001 - m4 - god we suck
Modified: branches/jbosstools-3.3.0.M4/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressPublishMethod.java
===================================================================
--- branches/jbosstools-3.3.0.M4/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressPublishMethod.java 2011-10-26 06:32:34 UTC (rev 36003)
+++ branches/jbosstools-3.3.0.M4/as/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/core/behaviour/ExpressPublishMethod.java 2011-10-26 07:40:32 UTC (rev 36004)
@@ -95,7 +95,8 @@
int response = messageBox.open();
if (response == SWT.YES)
b[0] = true;
- b[0] = false;
+ else
+ b[0] = false;
}
});
return b[0];
More information about the jbosstools-commits
mailing list