mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-04 14:13:24 +02:00
small change... isValild should always start off as true.
This commit is contained in:
parent
6a5af0ed88
commit
5484799800
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public abstract class TabFolderOptionBlock {
|
||||||
private Composite composite;
|
private Composite composite;
|
||||||
private boolean bShowMessageArea;
|
private boolean bShowMessageArea;
|
||||||
private String fErrorMessage;
|
private String fErrorMessage;
|
||||||
private boolean bIsValid;
|
private boolean bIsValid = true;
|
||||||
|
|
||||||
private Label messageLabel;
|
private Label messageLabel;
|
||||||
private ArrayList pages;
|
private ArrayList pages;
|
||||||
|
|
Loading…
Add table
Reference in a new issue