From ed961ae75c7cdeaac00253b25eeb19fa2a3229c9 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Tue, 12 Dec 2006 19:41:10 +0000 Subject: [PATCH] [158306] Erase the previously stored value for the action when the selected filter pool is set into the action. --- .../rse/files/ui/actions/SystemNewFileFilterAction.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemNewFileFilterAction.java b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemNewFileFilterAction.java index af0e2ad1b58..0f1f7a3d74d 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemNewFileFilterAction.java +++ b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemNewFileFilterAction.java @@ -47,8 +47,8 @@ public class SystemNewFileFilterAction //setHelp(RSEUIPlugin.HELPPREFIX+"anff0000"); //setDialogHelp(RSEUIPlugin.HELPPREFIX+"wnff0000"); - setHelp(RSEUIPlugin.HELPPREFIX+"actn0042"); - setDialogHelp(RSEUIPlugin.HELPPREFIX+"wnfr0000"); + setHelp(RSEUIPlugin.HELPPREFIX+"actn0042"); //$NON-NLS-1$ + setDialogHelp(RSEUIPlugin.HELPPREFIX+"wnfr0000"); //$NON-NLS-1$ } /** @@ -57,6 +57,7 @@ public class SystemNewFileFilterAction public void setParentFilterPool(ISystemFilterPool parentPool) { this.parentPool = parentPool; + setValue(null); // dwd setting the parent pool negates any value from the previous run of this action } /** * Parent intercept.