mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Bug 142185: incorrect validation in New File Filter wizard
This commit is contained in:
parent
b2e7d3f480
commit
d8a545eda2
1 changed files with 2 additions and 0 deletions
|
@ -574,7 +574,9 @@ public class SystemFileFilterStringEditPane
|
|||
errorMessage = validateFolderInput();
|
||||
}
|
||||
// otherwise, simply fire change event
|
||||
// Bug 142185: fire an event with null to erase any previously shown and saved error message
|
||||
else {
|
||||
fireChangeEvent(null);
|
||||
fireChangeEvent(errorMessage);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue