diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSESystemTypeAdapter.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSESystemTypeAdapter.java index c33a71cd498..7ef7d9c0c90 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSESystemTypeAdapter.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSESystemTypeAdapter.java @@ -74,7 +74,6 @@ public class RSESystemTypeAdapter extends RSEAdapter { */ public ImageDescriptor getLiveImageDescriptor(Object object) { ImageDescriptor img = getImage(object, IRSESystemTypeConstants.ICON_LIVE); - if (img==null) img = getImage(object, IRSESystemTypeConstants.ICON); if (img==null) img = RSEUIPlugin.getDefault().getImageDescriptor(ISystemIconConstants.ICON_SYSTEM_CONNECTIONLIVE_ID); return img; }