1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00

[170728] request from tobias to change else if line to check for the view adapter instead of the remote adapter

This commit is contained in:
David McKnight 2007-03-01 14:52:32 +00:00
parent 0a065ced55
commit c3c34b6bf5

View file

@ -3176,7 +3176,7 @@ public class SystemView extends SafeTreeViewer implements ISystemTree, ISystemRe
roots = tree.getItems(); // re-query roots
smartRefresh(roots, expandedChildren, forceRemote);
}
} else if (getRemoteAdapter(element) != null) {
} else if (getViewAdapter(element) != null) {
Item item = null;
if (element instanceof String) {