VirtualBox

Changeset 55743 in vbox


Ignore:
Timestamp:
May 8, 2015 7:32:33 AM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Settings dialog: Fixing bug due to which powered off VM with locked session can be treated like running VM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDefs.cpp

    r52730 r55743  
    3636        case KMachineState_PoweredOff:
    3737        case KMachineState_Teleported:
    38         case KMachineState_Aborted:    return sessionState == KSessionState_Unlocked ? ConfigurationAccessLevel_Full : ConfigurationAccessLevel_Runtime;
     38        case KMachineState_Aborted:    return sessionState == KSessionState_Unlocked ? ConfigurationAccessLevel_Full : ConfigurationAccessLevel_Null;
    3939        case KMachineState_Saved:      return ConfigurationAccessLevel_Saved;
    4040        case KMachineState_Running:
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