Author: snjeza
Date: 2011-02-20 16:53:43 -0500 (Sun, 20 Feb 2011)
New Revision: 29252
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizardPage.java
Log:
JBIDE-8454 Invalid sites dialog isn't shown when starting New Project Example wizard
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizardPage.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizardPage.java 2011-02-18
23:59:30 UTC (rev 29251)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizardPage.java 2011-02-20
21:53:43 UTC (rev 29252)
@@ -304,7 +304,7 @@
setControl(composite);
configureSizeAndLocation();
- refresh(viewer, false);
+ refresh(viewer, true);
siteCombo.setText(ProjectExamplesActivator.ALL_SITES);
}
Show replies by date