VirtualBox

Ignore:
Timestamp:
Feb 8, 2018 2:14:07 PM (7 years ago)
Author:
vboxsync
Message:

Reverting r107503 since it's time to have it back.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r70009 r70911  
    13171317        m_defaultCloseAction = gEDataManager->defaultMachineCloseAction(strMachineID);
    13181318        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);
    13211319        m_fAllCloseActionsRestricted =  (!vboxGlobal().isSeparateProcess() || (m_restrictedCloseActions & MachineCloseAction_Detach))
    13221320                                     && (m_restrictedCloseActions & MachineCloseAction_SaveState)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette