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:
parent
196c0ad063
commit
ed961ae75c
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue