VirtualBox

Changeset 22762 in vbox for trunk


Ignore:
Timestamp:
Sep 4, 2009 8:52:31 AM (15 years ago)
Author:
vboxsync
Message:

Main/GuestProperties: made transient properties setable while a machine is not running

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r22625 r22762  
    31183118            HWData::GuestProperty property;
    31193119            property.mFlags = NILFLAG;
    3120             if (fFlags & TRANSIENT)
    3121                 rc = setError(VBOX_E_INVALID_OBJECT_STATE,
    3122                               tr("Cannot set a transient property when the machine is not running"));
    31233120
    31243121            if (SUCCEEDED(rc))
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