1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-26 17:53:55 +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() { public void validateFields() {
// page is not complete unless we finish validation successfully
setPageComplete(false);
if (workingCopy == null) if (workingCopy == null)
return; return;
String message = null; String message = null;