Changeset 54629 in vbox
- Timestamp:
- Mar 4, 2015 4:17:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r54627 r54629 4554 4554 { 4555 4555 /* Switch to machine window(s) if possible: */ 4556 if (machine.CanShowConsoleWindow()) 4556 if ( machine.GetSessionState() == KSessionState_Locked /* precondition for CanShowConsoleWindow() */ 4557 && machine.CanShowConsoleWindow()) 4557 4558 return VBoxGlobal::switchToMachine(machine); 4558 4559
Note:
See TracChangeset
for help on using the changeset viewer.