Author: scabanovich
Date: 2007-10-22 07:58:56 -0400 (Mon, 22 Oct 2007)
New Revision: 4404
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/preferences/SeamPreferencePage.java
Log:
JBIDE-982
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/preferences/SeamPreferencePage.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/preferences/SeamPreferencePage.java 2007-10-22
11:18:04 UTC (rev 4403)
+++
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/preferences/SeamPreferencePage.java 2007-10-22
11:58:56 UTC (rev 4404)
@@ -98,9 +98,11 @@
for (SeamRuntime rt : seamRuntimes.getAddedSeamRuntimes()) {
SeamRuntimeManager.getInstance().addRuntime(rt);
}
+ seamRuntimes.getAddedSeamRuntimes().clear();
for (SeamRuntime rt : seamRuntimes.getRemoved()) {
SeamRuntimeManager.getInstance().removeRuntime(rt);
}
+ seamRuntimes.getRemoved().clear();
if(initialDefault != null && seamRuntimes.getDefaultSeamRuntime() !=
initialDefault) {
initialDefault.setDefault(false);
}
Show replies by date