mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
[362700] SystemTableTreeViewProvider should not use context object in adapter call to get subsystem
This commit is contained in:
parent
6a2fe632f9
commit
5aa910181c
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ public class SystemTableTreeViewProvider implements ILabelProvider, ITableLabelP
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
if (results == null)
|
||||
{
|
||||
if (object instanceof IContextObject)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue