Changeset 27478 in vbox
- Timestamp:
- Mar 18, 2010 1:28:01 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58979
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r27462 r27478 614 614 } 615 615 616 /* Guard progressbar warnings from auto-closing: */ 617 if (uimachine()->machineLogic()) 618 uimachine()->machineLogic()->setPreventAutoClose(true); 619 616 620 /* Show "Starting/Restoring" progress dialog: */ 617 621 if (isSaved()) … … 619 623 else 620 624 vboxProblem().showModalProgressDialog(progress, machine.GetName(), mainMachineWindow()); 625 626 /* Allow further auto-closing: */ 627 if (uimachine()->machineLogic()) 628 uimachine()->machineLogic()->setPreventAutoClose(false); 621 629 622 630 /* Check for a progress failure: */
Note:
See TracChangeset
for help on using the changeset viewer.