Changeset 33844 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 8, 2010 2:02:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r33776 r33844 207 207 vboxProblem().showModalProgressDialog(progress, machine.GetName(), mainMachineWindow()); 208 208 209 /* Allow further auto-closing: */210 if (uimachine()->machineLogic())211 uimachine()->machineLogic()->setPreventAutoClose(false);212 213 209 /* Check for a progress failure: */ 214 210 if (progress.GetResultCode() != 0) … … 219 215 return; 220 216 } 217 218 /* Allow further auto-closing: */ 219 if (uimachine()->machineLogic()) 220 uimachine()->machineLogic()->setPreventAutoClose(false); 221 221 222 222 /* Check if we missed a really quick termination after successful startup, and process it if we did: */
Note:
See TracChangeset
for help on using the changeset viewer.