Changeset 33913 in vbox
- Timestamp:
- Nov 9, 2010 4:32:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r33908 r33913 1657 1657 if (aType == MediumType_Shareable) 1658 1658 { 1659 if (m->state == MediumState_Inaccessible) 1660 { 1661 HRESULT rc = queryInfo(false /* fSetImageId */, false /* fSetParentId */); 1662 if (FAILED(rc)) 1663 return setError(rc, 1664 tr("Cannot change type for medium '%s' to 'Shareable' because the medium is inaccesible"), 1665 m->strLocationFull.c_str()); 1666 } 1667 1659 1668 MediumVariant_T variant = getVariant(); 1660 1669 if (!(variant & MediumVariant_Fixed))
Note:
See TracChangeset
for help on using the changeset viewer.