[jbosstools-commits] JBoss Tools SVN: r43595 - trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Sep 11 09:26:41 EDT 2012


Author: dgeraskov
Date: 2012-09-11 09:26:41 -0400 (Tue, 11 Sep 2012)
New Revision: 43595

Modified:
   trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/NewConfigurationWizardPage.java
Log:
https://issues.jboss.org/browse/JBIDE-12584
Do not dispose active shell

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/NewConfigurationWizardPage.java
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/NewConfigurationWizardPage.java	2012-09-11 13:26:03 UTC (rev 43594)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/NewConfigurationWizardPage.java	2012-09-11 13:26:41 UTC (rev 43595)
@@ -171,7 +171,6 @@
 					defaultConnectionProfile = dialog.getConnectionProfileName();
 					fillPropertiesFromConnectionProfile(defaultConnectionProfile);
 				}
-				shell.dispose();
 			}
 		});
         gd = new GridData(GridData.FILL_HORIZONTAL);



More information about the jbosstools-commits mailing list