mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
Bug 467930
- clear warning flag once apply button is hit Change-Id: I4504a1257566ba18683e220b353e935b69d67a6d
This commit is contained in:
parent
48107e894c
commit
9d5513149c
1 changed files with 1 additions and 0 deletions
|
@ -445,6 +445,7 @@ public class ContainerTab extends AbstractLaunchConfigurationTab implements
|
|||
|
||||
@Override
|
||||
public void performApply(ILaunchConfigurationWorkingCopy configuration) {
|
||||
setWarningMessage(null);
|
||||
String[] dirs = directoriesList.getItems();
|
||||
configuration.setAttribute(ILaunchConstants.ATTR_ADDITIONAL_DIRS,
|
||||
Arrays.asList(dirs));
|
||||
|
|
Loading…
Add table
Reference in a new issue