VirtualBox

Changeset 36397 in vbox


Ignore:
Timestamp:
Mar 24, 2011 12:13:00 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: 3887: Make certain VM settings editable during runtime: Saved state will now be processed as runtime for settings dialog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp

    r36357 r36397  
    723723    AssertMsgReturnVoid(pItem, ("Item must be always selected here"));
    724724
    725     bool fMachineOffline = pItem->sessionState() == KSessionState_Unlocked;
     725    bool fMachineOffline = pItem->sessionState() == KSessionState_Unlocked && pItem->machineState() != KMachineState_Saved;
    726726    VBoxDefs::SettingsDialogType dialogType = fMachineOffline ? VBoxDefs::SettingsDialogType_Offline : VBoxDefs::SettingsDialogType_Runtime;
    727727
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