1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-09 10:05:24 +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... // GO INTO ACTION...
// OPEN IN NEW WINDOW ACTION... // OPEN IN NEW WINDOW ACTION...
if (fromSystemViewPart && showOpenViewActions() && !selectionIsRemoteObject) { if (fromSystemViewPart && showOpenViewActions()) {
GoIntoAction goIntoAction = getGoIntoAction(); GoIntoAction goIntoAction = getGoIntoAction();