Changeset 74499 in vbox
- Timestamp:
- Sep 27, 2018 1:47:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp
r74495 r74499 1304 1304 else if (rc != VERR_GSTDND_GUEST_ERROR) /* Guest-side error are already handled in the callback. */ 1305 1305 { 1306 intrc2 = pCtx->mpResp->setProgress(100, DND_PROGRESS_ERROR,1307 1306 rc2 = pCtx->mpResp->setProgress(100, DND_PROGRESS_ERROR, 1307 rc, GuestDnDSource::i_hostErrorToString(rc)); 1308 1308 AssertRC(rc2); 1309 1309 }
Note:
See TracChangeset
for help on using the changeset viewer.