[jbosstools-commits] JBoss Tools SVN: r44018 - trunk/runtime/plugins/org.jboss.tools.runtime.ui/src/org/jboss/tools/runtime/ui/preferences.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Sep 25 14:38:24 EDT 2012


Author: snjeza
Date: 2012-09-25 14:38:24 -0400 (Tue, 25 Sep 2012)
New Revision: 44018

Modified:
   trunk/runtime/plugins/org.jboss.tools.runtime.ui/src/org/jboss/tools/runtime/ui/preferences/RuntimePreferencePage.java
Log:
JBIDE-12716 - Remove button does not work properly

Modified: trunk/runtime/plugins/org.jboss.tools.runtime.ui/src/org/jboss/tools/runtime/ui/preferences/RuntimePreferencePage.java
===================================================================
--- trunk/runtime/plugins/org.jboss.tools.runtime.ui/src/org/jboss/tools/runtime/ui/preferences/RuntimePreferencePage.java	2012-09-25 18:36:56 UTC (rev 44017)
+++ trunk/runtime/plugins/org.jboss.tools.runtime.ui/src/org/jboss/tools/runtime/ui/preferences/RuntimePreferencePage.java	2012-09-25 18:38:24 UTC (rev 44018)
@@ -419,6 +419,7 @@
 					newRuntimePaths[i++] = path;
 				}
 				runtimePaths = newRuntimePaths;
+				runtimePathViewer.setInput(runtimePaths);
 				configureSearch();
 				runtimePathViewer.refresh();
 			}



More information about the jbosstools-commits mailing list