eclipse plugin: fix the empty fields check function...

...to not take into account the wesnoth version combo box
This commit is contained in:
Timotei Dolean 2011-08-01 18:52:00 +00:00
parent cfe14032b8
commit 84232d32fc

View file

@ -524,7 +524,6 @@ public class WesnothInstallsPage extends AbstractPreferencePage
wesnothExecutableField_.getStringValue( ).isEmpty( ) &&
wesnothUserDirField_.getStringValue( ).isEmpty( ) &&
wesnothWorkingDirField_.getStringValue( ).isEmpty( ) &&
cmbVersion_.getText( ).isEmpty( ) &&
txtInstallName_.getText( ).isEmpty( );
}