Author: timotei
Date: Mon Aug  1 20:52:00 2011
New Revision: 50533

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50533&view=rev
Log:
eclipse plugin: fix the empty fields check function
to not take into account the wesnoth version combo box

Modified:
    
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/preferences/WesnothInstallsPage.java

Modified: 
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/preferences/WesnothInstallsPage.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/preferences/WesnothInstallsPage.java?rev=50533&r1=50532&r2=50533&view=diff
==============================================================================
--- 
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/preferences/WesnothInstallsPage.java
 (original)
+++ 
trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/preferences/WesnothInstallsPage.java
 Mon Aug  1 20:52:00 2011
@@ -524,7 +524,6 @@
                 wesnothExecutableField_.getStringValue( ).isEmpty( ) &&
                 wesnothUserDirField_.getStringValue( ).isEmpty( ) &&
                 wesnothWorkingDirField_.getStringValue( ).isEmpty( ) &&
-                cmbVersion_.getText( ).isEmpty( ) &&
                 txtInstallName_.getText( ).isEmpty( );
     }
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to