Changeset 61214 in vbox
- Timestamp:
- May 26, 2016 4:26:05 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107503
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r61104 r61214 1329 1329 m_defaultCloseAction = gEDataManager->defaultMachineCloseAction(strMachineID); 1330 1330 m_restrictedCloseActions = gEDataManager->restrictedMachineCloseActions(strMachineID); 1331 /* We decided to keep the Detach close-action hidden and provide the user with the separate Machine menu action instead: */ 1332 m_restrictedCloseActions = static_cast<MachineCloseAction>(m_restrictedCloseActions | MachineCloseAction_Detach); 1331 1333 m_fAllCloseActionsRestricted = (!vboxGlobal().isSeparateProcess() || (m_restrictedCloseActions & MachineCloseAction_Detach)) 1332 1334 && (m_restrictedCloseActions & MachineCloseAction_SaveState)
Note:
See TracChangeset
for help on using the changeset viewer.