[Esbox-commits] r2355 - trunk/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/vm/vmware/ui/wizards

andregomes at garage.maemo.org andregomes at garage.maemo.org
Tue Oct 27 21:58:33 EET 2009


Author: andregomes
Date: 2009-10-27 21:58:31 +0200 (Tue, 27 Oct 2009)
New Revision: 2355

Modified:
   trunk/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/vm/vmware/ui/wizards/MaemoSDKVMSelectionWizardPage.java
Log:
Merging with rev 2354 from work_Andre branch.

Modified: trunk/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/vm/vmware/ui/wizards/MaemoSDKVMSelectionWizardPage.java
===================================================================
--- trunk/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/vm/vmware/ui/wizards/MaemoSDKVMSelectionWizardPage.java	2009-10-27 19:29:20 UTC (rev 2354)
+++ trunk/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/vm/vmware/ui/wizards/MaemoSDKVMSelectionWizardPage.java	2009-10-27 19:58:31 UTC (rev 2355)
@@ -538,8 +538,7 @@
 			if(uncompressToolPage.shouldShowThisPage(fileToDownload.isMultipart(), fileToDownload.getSize()))
 				 return uncompressToolPage;
 		 }else{
-			 validateTextFields();
-			 if (!isPageComplete()){
+			 if (installData.getPathOfExistentVM() == null){
 				 return null;
 			 }
 			 File f = new File(installData.getPathOfExistentVM());



More information about the Esbox-commits mailing list