1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 11:55:40 +02:00

[143157] Change... action for filters have been removed.

This commit is contained in:
Kushal Munir 2007-05-24 19:01:14 +00:00
parent 6619b767ee
commit 576d8f9537

View file

@ -1134,9 +1134,10 @@ public class SubSystemConfigurationAdapter implements ISubSystemConfigurationAda
if (newNestedFilterAction != null) if (newNestedFilterAction != null)
childActions.addElement(newNestedFilterAction); childActions.addElement(newNestedFilterAction);
} }
IAction chgFilterAction = getChangeFilterAction(factory, selectedFilter, shell);
if (chgFilterAction != null) // IAction chgFilterAction = getChangeFilterAction(factory, selectedFilter, shell);
childActions.addElement(chgFilterAction); // if (chgFilterAction != null)
// childActions.addElement(chgFilterAction);
/* /*
if (showFilterStrings()) if (showFilterStrings())
{ {