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

[174942] common show actions need to work with remote objects as well as non-remote

This commit is contained in:
David McKnight 2007-02-22 17:05:59 +00:00
parent 7e50c094cf
commit 92245e0dbd

View file

@ -889,7 +889,7 @@ public class SystemView extends SafeTreeViewer implements ISystemTree, ISystemRe
// GO INTO ACTION...
// OPEN IN NEW WINDOW ACTION...
if (fromSystemViewPart && showOpenViewActions() && !selectionIsRemoteObject) {
if (fromSystemViewPart && showOpenViewActions()) {
GoIntoAction goIntoAction = getGoIntoAction();