Author: adietish
Date: 2011-09-14 09:37:33 -0400 (Wed, 14 Sep 2011)
New Revision: 34724
Modified:
branches/jbosstools-3.3.0.M3/runtime/plugins/org.jboss.tools.runtime.ui/src/org/jboss/tools/runtime/ui/dialogs/SearchRuntimePathDialog.java
branches/jbosstools-3.3.0.M3/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/UsageReportEnablementDialog.java
Log:
[JBDS-1795] reverted fix since it is not a viable solution
Modified:
branches/jbosstools-3.3.0.M3/runtime/plugins/org.jboss.tools.runtime.ui/src/org/jboss/tools/runtime/ui/dialogs/SearchRuntimePathDialog.java
===================================================================
---
branches/jbosstools-3.3.0.M3/runtime/plugins/org.jboss.tools.runtime.ui/src/org/jboss/tools/runtime/ui/dialogs/SearchRuntimePathDialog.java 2011-09-14
12:17:35 UTC (rev 34723)
+++
branches/jbosstools-3.3.0.M3/runtime/plugins/org.jboss.tools.runtime.ui/src/org/jboss/tools/runtime/ui/dialogs/SearchRuntimePathDialog.java 2011-09-14
13:37:33 UTC (rev 34724)
@@ -65,9 +65,8 @@
public SearchRuntimePathDialog(Shell parent, Set<RuntimePath> runtimePaths,
boolean needRefresh, int heightHint) {
super(parent);
-// setShellStyle(SWT.CLOSE | SWT.MAX | SWT.TITLE | SWT.BORDER
-// | SWT.RESIZE | getDefaultOrientation());
- setBlockOnOpen(false);
+ setShellStyle(SWT.CLOSE | SWT.MAX | SWT.TITLE | SWT.BORDER
+ | SWT.RESIZE | getDefaultOrientation());
this.runtimePaths = runtimePaths;
this.needRefresh = needRefresh;
this.heightHint = heightHint;
Modified:
branches/jbosstools-3.3.0.M3/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/UsageReportEnablementDialog.java
===================================================================
---
branches/jbosstools-3.3.0.M3/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/UsageReportEnablementDialog.java 2011-09-14
12:17:35 UTC (rev 34723)
+++
branches/jbosstools-3.3.0.M3/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/internal/reporting/UsageReportEnablementDialog.java 2011-09-14
13:37:33 UTC (rev 34724)
@@ -35,7 +35,6 @@
public UsageReportEnablementDialog(IShellProvider parentShell, IUsageBranding branding)
{
super(parentShell);
- setBlockOnOpen(false);
this.branding = branding;
}
Show replies by date