- Timestamp:
- Sep 4, 2009 8:52:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r22625 r22762 3118 3118 HWData::GuestProperty property; 3119 3119 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"));3123 3120 3124 3121 if (SUCCEEDED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.