VirtualBox

Changeset 49340 in vbox


Ignore:
Timestamp:
Oct 30, 2013 9:07:53 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: 7037: Runtime UI: One more fix related to r90326.

File:
1 edited

Legend:

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

    r49337 r49340  
    14731473        const CHostVideoInputDeviceVector &webcams = host.GetVideoInputDevices(); Q_UNUSED(webcams);
    14741474        ULONG cOhciCtls = machine.GetUSBControllerCountByType(KUSBControllerType_OHCI);
    1475         bool fWebCamsEnabled = host.isOk() && cOhciCtls && machine.GetUSBProxyAvailable();
     1475        bool fWebCamsEnabled = host.isOk() && cOhciCtls;
    14761476
    14771477        /* Show/Hide WebCams menu depending on ExtPack availability: */
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