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

[187711] fix for filter comparison

This commit is contained in:
David McKnight 2008-01-04 16:53:26 +00:00
parent 186b363fed
commit 4692095642

View file

@ -292,7 +292,7 @@ public class LinkWithSystemViewAction implements IViewActionDelegate {
}
}
if (container.indexOf(remoteObjectAbsoluteName) > -1){
if (remoteObjectAbsoluteName.startsWith(container)){
return true;
}