VirtualBox

Changeset 806 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Feb 9, 2007 12:00:52 PM (18 years ago)
Author:
vboxsync
Message:

FE/Qt: Fixed: "cannotGetUSBController" message box would show up even in the OSE build (where it shouldn't).

File:
1 edited

Legend:

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

    r779 r806  
    563563     * version. Don't show the error message in this case since it's normal. */
    564564    COMErrorInfo errInfo = machine.errorInfo();
    565     if (errInfo.resultCode() == E_NOTIMPL && !errInfo.isBasicAvailable())
     565    if (machine.lastRC() == E_NOTIMPL && !errInfo.isBasicAvailable())
    566566        return;
    567567
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