- Timestamp:
- Jul 15, 2014 9:21:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r52019 r52032 6152 6152 Global::stringifyMachineState(mMachineState)); 6153 6153 } 6154 6155 Bstr strDisableSaveState; 6156 mMachine->GetExtraData(Bstr("VBoxInternal2/DisableSaveState").raw(), strDisableSaveState.asOutParam()); 6157 if (strDisableSaveState == "1") 6158 return setError(VBOX_E_VM_ERROR, 6159 tr("Saving the execution state is disabled for this VM")); 6154 6160 6155 6161 if (aReason != Reason_Unspecified)
Note:
See TracChangeset
for help on using the changeset viewer.