[jbosstools-commits] JBoss Tools SVN: r36019 - trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/dialogs.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Oct 26 14:54:37 EDT 2011


Author: snjeza
Date: 2011-10-26 14:54:37 -0400 (Wed, 26 Oct 2011)
New Revision: 36019

Modified:
   trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/dialogs/ProjectExamplesDialog.java
Log:
JBIDE-10046 TestNG installation does not work, no message is reported to user

Modified: trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/dialogs/ProjectExamplesDialog.java
===================================================================
--- trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/dialogs/ProjectExamplesDialog.java	2011-10-26 18:51:54 UTC (rev 36018)
+++ trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/dialogs/ProjectExamplesDialog.java	2011-10-26 18:54:37 UTC (rev 36019)
@@ -346,7 +346,7 @@
 	public void run(boolean fork, boolean cancelable,
 			IRunnableWithProgress runnable) throws InvocationTargetException,
 			InterruptedException {
-		ModalContext.run(runnable, fork, monitor, getDisplay());
+		ModalContext.run(runnable, false, monitor, getDisplay());
 	}
 	
 	protected Display getDisplay() {



More information about the jbosstools-commits mailing list