Changeset 23188 in vbox
- Timestamp:
- Sep 21, 2009 12:51:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r23187 r23188 8147 8147 * (this is expected by Console::TakeSnapshot() and 8148 8148 * Console::saveStateThread()) */ 8149 if (mSnapshotData.mLastState != Running) /** @todo Live Save: Quick hack. */8149 if (mSnapshotData.mLastState != MachineState_Running) /** @todo Live Save: Quick hack. */ 8150 8150 setMachineState(mSnapshotData.mLastState); 8151 8151
Note:
See TracChangeset
for help on using the changeset viewer.