1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 17:45:24 +02:00

[158306] Erase the previously stored value for the action when the selected filter pool is set into the action.

This commit is contained in:
David Dykstal 2006-12-12 19:41:10 +00:00
parent 196c0ad063
commit ed961ae75c

View file

@ -47,8 +47,8 @@ public class SystemNewFileFilterAction
//setHelp(RSEUIPlugin.HELPPREFIX+"anff0000"); //setHelp(RSEUIPlugin.HELPPREFIX+"anff0000");
//setDialogHelp(RSEUIPlugin.HELPPREFIX+"wnff0000"); //setDialogHelp(RSEUIPlugin.HELPPREFIX+"wnff0000");
setHelp(RSEUIPlugin.HELPPREFIX+"actn0042"); setHelp(RSEUIPlugin.HELPPREFIX+"actn0042"); //$NON-NLS-1$
setDialogHelp(RSEUIPlugin.HELPPREFIX+"wnfr0000"); setDialogHelp(RSEUIPlugin.HELPPREFIX+"wnfr0000"); //$NON-NLS-1$
} }
/** /**
@ -57,6 +57,7 @@ public class SystemNewFileFilterAction
public void setParentFilterPool(ISystemFilterPool parentPool) public void setParentFilterPool(ISystemFilterPool parentPool)
{ {
this.parentPool = parentPool; this.parentPool = parentPool;
setValue(null); // dwd setting the parent pool negates any value from the previous run of this action
} }
/** /**
* Parent intercept. * Parent intercept.