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:
parent
186b363fed
commit
4692095642
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ public class LinkWithSystemViewAction implements IViewActionDelegate {
|
|||
}
|
||||
}
|
||||
|
||||
if (container.indexOf(remoteObjectAbsoluteName) > -1){
|
||||
if (remoteObjectAbsoluteName.startsWith(container)){
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue