VirtualBox

Changeset 1266 in vbox


Ignore:
Timestamp:
Mar 6, 2007 12:38:21 PM (18 years ago)
Author:
vboxsync
Message:

Disabling empty boot item in the boot table of VMSettings.
This empty item is related to "booting from usb device" which is not supported yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp

    r1236 r1266  
    566566    static QStringList list;
    567567    if (list.empty())
    568         for (uint i = 0; i < deviceTypes.count(); i++)
     568        for (uint i = 0; i < deviceTypes.count() - 1 /* usb=n/a */; i++)
    569569            list += deviceTypes [i];
    570570    return list;
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