[Esbox-commits] r2233 - branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/core

eswartz at garage.maemo.org eswartz at garage.maemo.org
Fri Sep 25 19:28:57 EEST 2009


Author: eswartz
Date: 2009-09-25 19:28:56 +0300 (Fri, 25 Sep 2009)
New Revision: 2233

Modified:
   branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/core/BaseVirtualMachineController.java
Log:
Don't let the launch monitor dialog be uncloseable.

Modified: branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/core/BaseVirtualMachineController.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/core/BaseVirtualMachineController.java	2009-09-25 15:53:14 UTC (rev 2232)
+++ branches/work_Ed/org.maemo.esbox.vm/src/org/maemo/esbox/internal/api/vm/core/BaseVirtualMachineController.java	2009-09-25 16:28:56 UTC (rev 2233)
@@ -299,7 +299,7 @@
 					// the VM or engine cannot even start. 
 					monitorDialog[0] = new SlowVirtualMachineLaunchMonitorDialog(
 							machine, BaseVirtualMachineController.this, 
-							WorkbenchUtils.getSafeShell(),
+							null,
 							1000 * 15);
 					launchMonitor.setProgressPart(monitorDialog[0].getProgressPart());
 					launchMonitor.beginTask("", IProgressMonitor.UNKNOWN);



More information about the Esbox-commits mailing list