eclipse plugin: fix the empty fields check function...
...to not take into account the wesnoth version combo box
This commit is contained in:
parent
cfe14032b8
commit
84232d32fc
1 changed files with 0 additions and 1 deletions
|
@ -524,7 +524,6 @@ public class WesnothInstallsPage extends AbstractPreferencePage
|
|||
wesnothExecutableField_.getStringValue( ).isEmpty( ) &&
|
||||
wesnothUserDirField_.getStringValue( ).isEmpty( ) &&
|
||||
wesnothWorkingDirField_.getStringValue( ).isEmpty( ) &&
|
||||
cmbVersion_.getText( ).isEmpty( ) &&
|
||||
txtInstallName_.getText( ).isEmpty( );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue