1
0
Fork 0
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:
Kushal Munir 2006-05-18 17:14:36 +00:00
parent b2e7d3f480
commit d8a545eda2

View file

@ -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);
}