Changeset 70911 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 8, 2018 2:14:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r70009 r70911 1317 1317 m_defaultCloseAction = gEDataManager->defaultMachineCloseAction(strMachineID); 1318 1318 m_restrictedCloseActions = gEDataManager->restrictedMachineCloseActions(strMachineID); 1319 /* We decided to keep the Detach close-action hidden and provide the user with the separate Machine menu action instead: */1320 m_restrictedCloseActions = static_cast<MachineCloseAction>(m_restrictedCloseActions | MachineCloseAction_Detach);1321 1319 m_fAllCloseActionsRestricted = (!vboxGlobal().isSeparateProcess() || (m_restrictedCloseActions & MachineCloseAction_Detach)) 1322 1320 && (m_restrictedCloseActions & MachineCloseAction_SaveState)
Note:
See TracChangeset
for help on using the changeset viewer.