Changeset 6337 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 11, 2008 11:54:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h
r5999 r6337 2024 2024 CHardDisk disk = item->getMedia().disk; 2025 2025 if (disk.GetStorageType() == CEnums::VirtualDiskImage && 2026 disk.GetParent().isNull() && /* must not be differencing (see below) */ 2026 2027 item->getStatus() == VBoxMedia::Ok) 2027 2028 { … … 2033 2034 else 2034 2035 { 2036 /// @todo note that differencing images are always automatically 2037 /// deleted when unregistered, but the following message box 2038 /// doesn't mention it. I keep it as is for now because 2039 /// implementing the portability feature will most likely change 2040 /// this behavior (we'll update the message afterwards). 2035 2041 if (!vboxProblem().confirmHardDiskUnregister (this, src)) 2036 2042 return;
Note:
See TracChangeset
for help on using the changeset viewer.