mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
[233494] Show in Table Action should be removed from promptable filters
This commit is contained in:
parent
6a274a0a13
commit
5385856285
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
* David McKnight (IBM) - [210563] error messages need to be shown if incurred during filter expansion
|
||||
* Martin Oberhuber (Wind River) - [218304] Improve deferred adapter loading
|
||||
* David McKnight (IBM) - [232148] Invalid thread access exception from SystemViewFilterReferenceAdapter.internalGetChildren()
|
||||
* David McKnight (IBM) - [233494] Show in Table Action should be removed from promptable filters
|
||||
*******************************************************************************/
|
||||
|
||||
package org.eclipse.rse.internal.ui.view;
|
||||
|
@ -750,7 +751,7 @@ public class SystemViewFilterReferenceAdapter
|
|||
{
|
||||
ISystemFilter filter = getFilter(element);
|
||||
ISubSystemConfiguration ssParentFactory = getSubSystemConfiguration(filter);
|
||||
return ssParentFactory.showGenericShowInTableOnFilter();
|
||||
return ssParentFactory.showGenericShowInTableOnFilter() && !filter.isPromptable();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue