Changeset 55542 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Apr 30, 2015 10:54:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r55443 r55542 6697 6697 { 6698 6698 BOOL fVetoed = FALSE; 6699 BOOL fApproved = FALSE; 6699 6700 pCanShowEvent->IsVetoed(&fVetoed); 6700 *aCanShow = !fVetoed; 6701 pCanShowEvent->IsApproved(&fApproved); 6702 *aCanShow = fApproved || !fVetoed; 6701 6703 } 6702 6704 else
Note:
See TracChangeset
for help on using the changeset viewer.