Changeset 44041 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Dec 5, 2012 2:27:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r44039 r44041 1504 1504 throw rc; 1505 1505 1506 // if we got this far without an error, then save the media registries1507 // th at got modified for the diff images1508 mParent->saveModifiedRegistries();1506 // MUST NOT save the settings or the media registry here, because 1507 // this causes trouble with rolling back settings if the user cancels 1508 // taking the snapshot after the diff images have been created. 1509 1509 } 1510 1510 catch (HRESULT hrc)
Note:
See TracChangeset
for help on using the changeset viewer.