1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 03:53:21 +02:00

[233494] taking our refresh from promptable actions as well

This commit is contained in:
David McKnight 2008-05-22 17:33:17 +00:00
parent 5385856285
commit b9d875639a

View file

@ -761,7 +761,7 @@ public class SystemViewFilterReferenceAdapter
{
ISystemFilter filter = getFilter(element);
ISubSystemConfiguration ssParentFactory = getSubSystemConfiguration(filter);
return ssParentFactory.showRefreshOnFilter();
return ssParentFactory.showRefreshOnFilter() && !filter.isPromptable();
}
// ------------------------------------------------------------