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:
commit
5503a7526f
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue