- Timestamp:
- Feb 28, 2010 6:03:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r26894 r26896 645 645 /* VM has been powered off or saved or aborted, no matter internally or externally. 646 646 * We must *safely* close the console window unless auto closure is disabled: */ 647 sltClose();647 QTimer::singleShot(0, uisession(), SLOT(sltCloseVirtualSession())); 648 648 return; 649 649 }
Note:
See TracChangeset
for help on using the changeset viewer.