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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Oct 10 07:01:37 EDT 2011


Author: fbricon
Date: 2011-10-10 07:01:36 -0400 (Mon, 10 Oct 2011)
New Revision: 35509

Modified:
   trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/GettingStartedPage.java
Log:
Restore news feed now that the source feed is fixed. My bad, should never have been committed in the first place.

Modified: trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/GettingStartedPage.java
===================================================================
--- trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/GettingStartedPage.java	2011-10-10 09:15:07 UTC (rev 35508)
+++ trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/GettingStartedPage.java	2011-10-10 11:01:36 UTC (rev 35509)
@@ -805,7 +805,7 @@
 			td.indent = 2;
 			Point size = newsComposite.computeSize(SWT.DEFAULT, SWT.DEFAULT);
 			td.maxWidth = size.x - 2;
-			//formText.setText(text, true, true);
+			formText.setText(text, true, true);
 			//Display display = Display.getCurrent();
 			//formText.setFont(getLinkFont(display));
 			formText.setFont("default", JFaceResources.getDefaultFont());



More information about the jbosstools-commits mailing list