1
0
Fork 0
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:
David McKnight 2011-11-02 17:24:59 +00:00
parent 6a2fe632f9
commit 5aa910181c

View file

@ -219,7 +219,7 @@ public class SystemTableTreeViewProvider implements ILabelProvider, ITableLabelP
}
}
}
else
if (results == null)
{
if (object instanceof IContextObject)
{