VirtualBox

Ignore:
Timestamp:
Mar 13, 2008 2:33:18 PM (17 years ago)
Author:
vboxsync
Message:

Main: Applied SATA changes from #2406. Increased XML settings version format from 1.2 to 1.3.pre.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewVMWzd.ui.h

    r7282 r7442  
    369369        {
    370370            CMachine m = session.GetMachine();
    371             m.AttachHardDisk (uuidHD, KDiskControllerType_IDE0, 0);
     371            m.AttachHardDisk (uuidHD, KStorageBus_IDE, 0, 0);
    372372            if (m.isOk())
    373373            {
     
    380380            else
    381381                vboxProblem().cannotAttachHardDisk (this, m, uuidHD,
    382                                                     KDiskControllerType_IDE0, 0);
     382                                                    KStorageBus_IDE, 0, 0);
    383383            session.Close();
    384384        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette