Changeset 806 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 9, 2007 12:00:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r779 r806 563 563 * version. Don't show the error message in this case since it's normal. */ 564 564 COMErrorInfo errInfo = machine.errorInfo(); 565 if ( errInfo.resultCode() == E_NOTIMPL && !errInfo.isBasicAvailable())565 if (machine.lastRC() == E_NOTIMPL && !errInfo.isBasicAvailable()) 566 566 return; 567 567
Note:
See TracChangeset
for help on using the changeset viewer.