Changeset 9625 in vbox
- Timestamp:
- Jun 11, 2008 7:43:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxNewVMWzd.cpp
r9245 r9625 268 268 if (aWval == mWvalHDD) 269 269 { 270 if (!chd.isNull() && 271 mMediaCombo->currentIndex() != mMediaCombo->count() - 1) 270 if (!chd.isNull() && mMediaCombo->getId() != chd.GetId()) 272 271 ensureNewHardDiskDeleted(); 273 272 }
Note:
See TracChangeset
for help on using the changeset viewer.