Changeset 49687 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Nov 27, 2013 6:00:49 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90957
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r48311 r49687 2169 2169 mUserData->s.strName.c_str(), 2170 2170 childrenCount); 2171 if (pSnapshot == mData->mCurrentSnapshot && childrenCount >= 1) 2172 return setError(VBOX_E_INVALID_OBJECT_STATE, 2173 tr("Snapshot '%s' of the machine '%s' cannot be deleted, because it is the current snapshot and has one child snapshot"), 2174 pSnapshot->getName().c_str(), 2175 mUserData->s.strName.c_str()); 2171 2176 2172 2177 /* If the snapshot being deleted is the current one, ensure current
Note:
See TracChangeset
for help on using the changeset viewer.