1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

[238507] Promptable Filters refreshed after modifying filter strings

This commit is contained in:
David McKnight 2008-07-15 20:00:07 +00:00
parent 9c7fc966a0
commit 08a604d556

View file

@ -28,6 +28,7 @@
* 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
* David McKnight (IBM) - [238507] Promptable Filters refreshed after modifying filter strings
*******************************************************************************/
package org.eclipse.rse.internal.ui.view;
@ -313,7 +314,7 @@ public class SystemViewFilterReferenceAdapter
final ISubSystemConfiguration ssf = SubSystemHelpers.getParentSubSystemConfiguration(referencedFilter);
// PROMPTING FILTER?...
if (promptable)
if (promptable && !ssf.supportsCommands())
{
final Object[] pchildren = new SystemMessageObject[1];
final Object pelement = element;