1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

Merge "LaunchBar: do not allow to Finish new config wizard prematurely"

This commit is contained in:
Doug Schaefer 2015-01-14 11:56:48 -05:00 committed by Gerrit Code Review @ Eclipse.org
commit 5503a7526f

View file

@ -167,6 +167,8 @@ public class NewLaunchConfigEditPage extends WizardPage {
}
public void validateFields() {
// page is not complete unless we finish validation successfully
setPageComplete(false);
if (workingCopy == null)
return;
String message = null;