Author: xcoulon
Date: 2012-04-27 08:20:35 -0400 (Fri, 27 Apr 2012)
New Revision: 40565
Modified:
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/WizardUtils.java
Log:
Fixed missing usage of databindingcontext to properly restore the widget states even if
they have been modified by the runner
Modified:
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/WizardUtils.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/WizardUtils.java 2012-04-27
12:01:02 UTC (rev 40564)
+++
trunk/common/plugins/org.jboss.tools.common.ui/src/org/jboss/tools/common/ui/WizardUtils.java 2012-04-27
12:20:35 UTC (rev 40565)
@@ -165,7 +165,7 @@
*/
public static IStatus runInWizard(final Job job, IWizardContainer container,
DataBindingContext dbc)
throws InvocationTargetException, InterruptedException {
- return runInWizard(job, null, container);
+ return runInWizard(job, null, container, dbc);
}
public static IStatus runInWizard(Job job, DelegatingProgressMonitor monitor,
IWizardContainer container,
Show replies by date