From 3847c21627b834e9daca2c616c348b61abeb08a5 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Mon, 5 May 2008 10:24:36 +0000 Subject: [PATCH] [cleanup] Fix and clean up Javadocs --- .../UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java | 1 + 1 file changed, 1 insertion(+) diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java index 724e40833c4..cd5e655638d 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java @@ -303,6 +303,7 @@ public abstract class AbstractSystemViewAdapter implements ISystemViewElementAda if (shell == null || shell.isDisposed() || !shell.isVisible() || !shell.isEnabled()) { // get a new shell + // FIXME it looks like actions could be contributed into a wrong shell with this. Shell[] shells = Display.getCurrent().getShells(); Shell lshell = null; for (int i = 0; i < shells.length && lshell == null; i++)