[Esbox-commits] r2216 - branches/work_Fabricio/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/api/vm/vmware

fabricioepa at garage.maemo.org fabricioepa at garage.maemo.org
Wed Sep 23 15:28:13 EEST 2009


Author: fabricioepa
Date: 2009-09-23 15:28:10 +0300 (Wed, 23 Sep 2009)
New Revision: 2216

Modified:
   branches/work_Fabricio/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/api/vm/vmware/MaemoSDKVMInstaller.java
Log:
Fixing BUG #4588

Modified: branches/work_Fabricio/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/api/vm/vmware/MaemoSDKVMInstaller.java
===================================================================
--- branches/work_Fabricio/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/api/vm/vmware/MaemoSDKVMInstaller.java	2009-09-22 22:10:24 UTC (rev 2215)
+++ branches/work_Fabricio/org.maemo.esbox.vm.vmware/src/org/maemo/esbox/internal/api/vm/vmware/MaemoSDKVMInstaller.java	2009-09-23 12:28:10 UTC (rev 2216)
@@ -196,7 +196,7 @@
 	 * @return the result of process as IStatus.
 	 */
 	private IStatus doUncompressVM(final Shell shell, IProgressReporter reporter, IProgressMonitor monitor) {
-		monitor.subTask("Uncompressing image...");
+		monitor.beginTask("Uncompressing image...", IProgressMonitor.UNKNOWN);
 		reporter.logInfo("Uncompressing Maemo SDK virtual image...");
 		
 		String fileName = null;



More information about the Esbox-commits mailing list