Changeset 8576 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 5, 2008 1:39:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxHardDiskSettings.ui.h
r8567 r8576 667 667 { 668 668 if (item->bus() == KStorageBus_SATA) 669 maxSATAPort = maxSATAPort < item->device() ?670 item->device() : maxSATAPort;669 maxSATAPort = maxSATAPort < (item->channel()+1) ? 670 (item->channel()+1) : maxSATAPort; 671 671 mMachine.AttachHardDisk (item->getId(), 672 672 item->bus(), item->channel(), item->device());
Note:
See TracChangeset
for help on using the changeset viewer.